Html Css Color HEX #F996D9 Lavender Rose

📋 copy color: '#F996D9'

red 249 ◦ green 150 ◦ blue 217

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

Shades of Lavender Rose #F996D9

Tints of Lavender Rose #F996D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.23%

R = 40.42%
G = 24.35%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F996D9 (or 0xF996D9) is known color: Lavender Rose. HEX triplet: F9, 96 and D9. RGB value is (249,150,217). Sum of RGB (Red+Green+Blue) = 249+150+217=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F996D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996D9 is #066926. Grayscale: #BBBBBB. Windows color (decimal): -420135 or 14259961. OLE color: 14259961.

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

Color convert

RGB 249 150 217 -
CMYK 0 0.40 0.13 0.02
HSL 319.39º 0.89% 0.78% -
HSV(B) 319.39º 0.4% 0.98% -
XYZ 62.5 46.96 71.42 -
YUV 187.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 249 150 217 0 0.40 0.13 0.02 319.39 0.89 0.78
Hex F9 96 D9 0 28 D 2 13F 59 4E
Octal 371 226 331 0 50 15 2 477 131 116
Binary 11111001 10010110 11011001 0 101000 1101 10 100111111 1011001 1001110

Color Harmonies of #F996D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F996D9

Black with #F996D9

Text Example


Text Example

White with #F996D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F996D9; }

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

 H1.HeaderClassName
 {
   color: #F996D9;
 }
 .AnyTagClassName
 {
   color: #F996D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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