#F996EA

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

Shades of Lavender Rose #F996EA

Tints of Lavender Rose #F996EA

Color information

#F996EA (or 0xF996EA) is unknown color: approx Lavender Rose. HEX triplet: F9, 96 and EA. RGB value is (249,150,234). Sum of RGB (Red+Green+Blue) = 249+150+234=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F996EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F996EA is #066915. Grayscale: #BCBCBC. Windows color (decimal): -420118 or 15374073. OLE color: 15374073.

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

Color convert

RGB249150234-
CMYK00.400.060.02
HSL309.09º89.19%78.24%-
HSV(B)309.09º39.76%97.65%-
XYZ64.8247.8983.67-
YUV189.18153.3170.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.34%
GREEN value IS 150 (58.98% from 255) = 23.70%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=39.34%
G=23.70%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915023400.400.060.02309.0989.1978.24
HexF996EA02862135594e
Octal37122635205062465131116
Binary11111001100101101110101001010001101010011010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F996EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F996EA; }

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

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

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

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

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

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

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

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