#F996E1

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

Shades of Lavender Rose #F996E1

Tints of Lavender Rose #F996E1

Color information

#F996E1 (or 0xF996E1) is unknown color: approx Lavender Rose. HEX triplet: F9, 96 and E1. RGB value is (249,150,225). Sum of RGB (Red+Green+Blue) = 249+150+225=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F996E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996E1 is #06691E. Grayscale: #BBBBBB. Windows color (decimal): -420127 or 14784249. OLE color: 14784249.

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

Color convert

RGB249150225-
CMYK00.400.100.02
HSL314.55º89.19%78.24%-
HSV(B)314.55º39.76%97.65%-
XYZ63.5647.3977.03-
YUV188.15148.8171.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.90%
GREEN value IS 150 (58.98% from 255) = 24.04%
BLUE value IS 225 (88.28% from 255) = 36.06%
R=39.90%
G=24.04%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915022500.400.100.02314.5589.1978.24
HexF996E1028A213b594e
Octal371226341050122473131116
Binary111110011001011011100001010100010101010011101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F996E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F996E1; }

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

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

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

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

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

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

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

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