Html Css Color HEX #F996D5 Lavender Rose

📋 copy color: '#F996D5'

red 249 ◦ green 150 ◦ blue 213

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

Shades of Lavender Rose #F996D5

Tints of Lavender Rose #F996D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.8%

R = 40.69%
G = 24.51%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F996D5 (or 0xF996D5) is known color: Lavender Rose. HEX triplet: F9, 96 and D5. RGB value is (249,150,213). Sum of RGB (Red+Green+Blue) = 249+150+213=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F996D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996D5 is #06692A. Grayscale: #BABABA. Windows color (decimal): -420139 or 13997817. OLE color: 13997817.

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

Color convert

RGB 249 150 213 -
CMYK 0 0.40 0.14 0.02
HSL 321.82º 0.89% 0.78% -
HSV(B) 321.82º 0.4% 0.98% -
XYZ 61.98 46.76 68.71 -
YUV 186.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 249 150 213 0 0.40 0.14 0.02 321.82 0.89 0.78
Hex F9 96 D5 0 28 E 2 142 59 4E
Octal 371 226 325 0 50 16 2 502 131 116
Binary 11111001 10010110 11010101 0 101000 1110 10 101000010 1011001 1001110

Color Harmonies of #F996D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F996D5

Black with #F996D5

Text Example


Text Example

White with #F996D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F996D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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