Html Css Color HEX #F9AFDE Lavender Rose

📋 copy color: '#F9AFDE'

red 249 ◦ green 175 ◦ blue 222

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

Shades of Lavender Rose #F9AFDE

Tints of Lavender Rose #F9AFDE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.09%

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

R = 38.54%
G = 27.09%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9AFDE (or 0xF9AFDE) is known color: Lavender Rose. HEX triplet: F9, AF and DE. RGB value is (249,175,222). Sum of RGB (Red+Green+Blue) = 249+175+222=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFDE is #065021. Grayscale: #CACACA. Windows color (decimal): -413730 or 14594041. OLE color: 14594041.

HSL color Cylindrical-coordinate representation of color #F9AFDE: hue angle of 321.89º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AFDE is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 175 222 -
CMYK 0 0.30 0.11 0.02
HSL 321.89º 0.86% 0.83% -
HSV(B) 321.89º 0.3% 0.98% -
XYZ 67.58 56.07 76.37 -
YUV 202.48 139.02 161.18 -
System Red Green Blue C M Y K H S L
Decimal 249 175 222 0 0.30 0.11 0.02 321.89 0.86 0.83
Hex F9 AF DE 0 1E B 2 142 56 53
Octal 371 257 336 0 36 13 2 502 126 123
Binary 11111001 10101111 11011110 0 11110 1011 10 101000010 1010110 1010011

Color Harmonies of #F9AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AFDE

Black with #F9AFDE

Text Example


Text Example

White with #F9AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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