#F996DC

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

Shades of Lavender Rose #F996DC

Tints of Lavender Rose #F996DC

Color information

#F996DC (or 0xF996DC) is unknown color: approx Lavender Rose. HEX triplet: F9, 96 and DC. RGB value is (249,150,220). Sum of RGB (Red+Green+Blue) = 249+150+220=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F996DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996DC is #066923. Grayscale: #BBBBBB. Windows color (decimal): -420132 or 14456569. OLE color: 14456569.

HSL color Cylindrical-coordinate representation of color #F996DC: hue angle of 317.58º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996DC is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249150220-
CMYK00.400.120.02
HSL317.58º89.19%78.24%-
HSV(B)317.58º39.76%97.65%-
XYZ62.8947.1273.49-
YUV187.58146.3171.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.23%
GREEN value IS 150 (58.98% from 255) = 24.23%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=40.23%
G=24.23%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915022000.400.120.02317.5889.1978.24
HexF996DC028C213e594e
Octal371226334050142476131116
Binary111110011001011011011100010100011001010011111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F996DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F996DC; }

 p { color: rgb(249,150,220); }

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

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

 a { background-color: rgb(249,150,220); }

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

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

 span { border-color: rgb(249,150,220); }

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