Html Css Color HEX #F996DE Lavender Rose

📋 copy color: '#F996DE'

red 249 ◦ green 150 ◦ blue 222

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

Shades of Lavender Rose #F996DE

Tints of Lavender Rose #F996DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.75%

R = 40.1%
G = 24.15%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F996DE (or 0xF996DE) is known color: Lavender Rose. HEX triplet: F9, 96 and DE. RGB value is (249,150,222). Sum of RGB (Red+Green+Blue) = 249+150+222=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 150 (58.98% from 255 or 24.15% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F996DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996DE is #066921. Grayscale: #BBBBBB. Windows color (decimal): -420130 or 14587641. OLE color: 14587641.

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

Color convert

RGB 249 150 222 -
CMYK 0 0.40 0.11 0.02
HSL 316.36º 0.89% 0.78% -
HSV(B) 316.36º 0.4% 0.98% -
XYZ 63.16 47.23 74.89 -
YUV 187.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 249 150 222 0 0.40 0.11 0.02 316.36 0.89 0.78
Hex F9 96 DE 0 28 B 2 13C 59 4E
Octal 371 226 336 0 50 13 2 474 131 116
Binary 11111001 10010110 11011110 0 101000 1011 10 100111100 1011001 1001110

Color Harmonies of #F996DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F996DE

Black with #F996DE

Text Example


Text Example

White with #F996DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F996DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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