#F794D6

Color #F794D6 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F794D6

Tints of Lavender Rose #F794D6

Color information

#F794D6 (or 0xF794D6) is unknown color: approx Lavender Rose. HEX triplet: F7, 94 and D6. RGB value is (247,148,214). Sum of RGB (Red+Green+Blue) = 247+148+214=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F794D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794D6 is #086B29. Grayscale: #B8B8B8. Windows color (decimal): -551722 or 14062839. OLE color: 14062839.

HSL color Cylindrical-coordinate representation of color #F794D6: hue angle of 320º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F794D6 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB247148214-
CMYK00.400.130.03
HSL320º86.09%77.45%-
HSV(B)320º40.08%96.86%-
XYZ61.0945.8169.24-
YUV185.12144.3172.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 40.56%
GREEN value IS 148 (58.20% from 255) = 24.30%
BLUE value IS 214 (83.98% from 255) = 35.14%
R=40.56%
G=24.30%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714821400.400.130.0332086.0977.45
HexF794D6028D3140564d
Octal367224326050153500126115
Binary111101111001010011010110010100011011110100000010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F794D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F794D6; }

 p { color: rgb(247,148,214); }

 H1.HeaderClassName
 {
   color: #F794D6;
 }
 .AnyTagClassName
 {
   color: #F794D6;
 }
</style>
background-color css

<style>
 a { background-color: #F794D6; }

 a { background-color: rgb(247,148,214); }

 div.DivClassName
 {
   background-color: #F794D6;
 }
 .BgClassName
 {
   background-color: #F794D6;
 }
</style>
border-color css

<style>
 span { border-color: #F794D6; }

 span { border-color: rgb(247,148,214); }

 td.TdClassName
 {
   border-color: #F794D6;
 }
 .TagClassName
 {
   border-color: #F794D6;
 }
</style>