Html Css Color HEX #F996E9 Lavender Rose

📋 copy color: '#F996E9'

red 249 ◦ green 150 ◦ blue 233

#F996E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #F996E9

Tints of Lavender Rose #F996E9

RGB

 RED value IS 249 (97.66% from 255) = 39.4%

 GREEN value IS 150 (58.98% from 255) = 23.73%

 BLUE value IS 233 (91.41% from 255) = 36.87%

R = 39.4%
G = 23.73%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F996E9 (or 0xF996E9) is known color: 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

RGB 249 150 233 -
CMYK 0 0.40 0.06 0.02
HSL 309.7º 0.89% 0.78% -
HSV(B) 309.7º 0.4% 0.98% -
XYZ 64.68 47.84 82.91 -
YUV 189.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 249 150 233 0 0.40 0.06 0.02 309.7 0.89 0.78
Hex F9 96 E9 0 28 6 2 136 59 4E
Octal 371 226 351 0 50 6 2 466 131 116
Binary 11111001 10010110 11101001 0 101000 110 10 100110110 1011001 1001110

Color Harmonies of #F996E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F996E9

Black with #F996E9

Text Example


Text Example

White with #F996E9

Text Example


Text Example

HTML Codes & Css Web 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>