#F996E4

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

Shades of Lavender Rose #F996E4

Tints of Lavender Rose #F996E4

Color information

#F996E4 (or 0xF996E4) is unknown color: approx Lavender Rose. HEX triplet: F9, 96 and E4. RGB value is (249,150,228). Sum of RGB (Red+Green+Blue) = 249+150+228=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F996E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996E4 is #06691B. Grayscale: #BCBCBC. Windows color (decimal): -420124 or 14980857. OLE color: 14980857.

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

Color convert

RGB249150228-
CMYK00.400.080.02
HSL312.73º89.19%78.24%-
HSV(B)312.73º39.76%97.65%-
XYZ63.9847.5579.21-
YUV188.49150.3171.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.71%
GREEN value IS 150 (58.98% from 255) = 23.92%
BLUE value IS 228 (89.45% from 255) = 36.36%
R=39.71%
G=23.92%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915022800.400.080.02312.7389.1978.24
HexF996E402882139594e
Octal371226344050102471131116
Binary111110011001011011100100010100010001010011100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F996E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F996E4; }

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

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

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

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

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

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

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

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