#F696DE

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

Shades of Lavender Rose #F696DE

Tints of Lavender Rose #F696DE

Color information

#F696DE (or 0xF696DE) is unknown color: approx Lavender Rose. HEX triplet: F6, 96 and DE. RGB value is (246,150,222). Sum of RGB (Red+Green+Blue) = 246+150+222=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F696DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696DE is #096921. Grayscale: #BABABA. Windows color (decimal): -616738 or 14587638. OLE color: 14587638.

HSL color Cylindrical-coordinate representation of color #F696DE: hue angle of 315º 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 #F696DE is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB246150222-
CMYK00.390.100.04
HSL315º84.21%77.65%-
HSV(B)315º39.02%96.47%-
XYZ62.146.6874.84-
YUV186.91147.8170.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.81%
GREEN value IS 150 (58.98% from 255) = 24.27%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=39.81%
G=24.27%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615022200.390.100.0431584.2177.65
HexF696DE027A413b544e
Octal366226336047124473124116
Binary1111011010010110110111100100111101010010011101110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F696DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F696DE; }

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

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

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

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

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

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

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

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