#F696DF

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

Shades of Lavender Rose #F696DF

Tints of Lavender Rose #F696DF

Color information

#F696DF (or 0xF696DF) is unknown color: approx Lavender Rose. HEX triplet: F6, 96 and DF. RGB value is (246,150,223). Sum of RGB (Red+Green+Blue) = 246+150+223=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F696DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696DF is #096920. Grayscale: #BABABA. Windows color (decimal): -616737 or 14653174. OLE color: 14653174.

HSL color Cylindrical-coordinate representation of color #F696DF: hue angle of 314.38º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696DF is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB246150223-
CMYK00.390.090.04
HSL314.38º84.21%77.65%-
HSV(B)314.38º39.02%96.47%-
XYZ62.2346.7375.55-
YUV187.03148.3170.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.74%
GREEN value IS 150 (58.98% from 255) = 24.23%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=39.74%
G=24.23%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615022300.390.090.04314.3884.2177.65
HexF696DF0279413a544e
Octal366226337047114472124116
Binary1111011010010110110111110100111100110010011101010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F696DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F696DF; }

 p { color: rgb(246,150,223); }

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

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

 a { background-color: rgb(246,150,223); }

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

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

 span { border-color: rgb(246,150,223); }

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