#F996E9

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

Shades of Lavender Rose #F996E9

Tints of Lavender Rose #F996E9

Color information

#F996E9 (or 0xF996E9) is unknown color: approx Lavender Rose. HEX triplet: F9, 96 and E9. RGB value is (249,150,233). Sum of RGB (Red+Green+Blue) = 249+150+233=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 150 (58.98% from 255 or 23.73% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F996E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F996E9 is #066916. Grayscale: #BCBCBC. Windows color (decimal): -420119 or 15308537. OLE color: 15308537.

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

Color convert

RGB249150233-
CMYK00.400.060.02
HSL309.7º89.19%78.24%-
HSV(B)309.7º39.76%97.65%-
XYZ64.6847.8482.91-
YUV189.06152.8170.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.40%
GREEN value IS 150 (58.98% from 255) = 23.73%
BLUE value IS 233 (91.41% from 255) = 36.87%
R=39.40%
G=23.73%
B=36.87%

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
Decimal24915023300.400.060.02309.789.1978.24
HexF996E902862136594e
Octal37122635105062466131116
Binary11111001100101101110100101010001101010011011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F996E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F996E9; }

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

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

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

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

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

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

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

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