Html Css Color HEX #F9A2DE Lavender Rose

📋 copy color: '#F9A2DE'

red 249 ◦ green 162 ◦ blue 222

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

Shades of Lavender Rose #F9A2DE

Tints of Lavender Rose #F9A2DE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.59%

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

R = 39.34%
G = 25.59%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9A2DE (or 0xF9A2DE) is known color: Lavender Rose. HEX triplet: F9, A2 and DE. RGB value is (249,162,222). Sum of RGB (Red+Green+Blue) = 249+162+222=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A2DE is #065D21. Grayscale: #C2C2C2. Windows color (decimal): -417058 or 14590713. OLE color: 14590713.

HSL color Cylindrical-coordinate representation of color #F9A2DE: hue angle of 318.62º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A2DE is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 162 222 -
CMYK 0 0.35 0.11 0.02
HSL 318.62º 0.88% 0.81% -
HSV(B) 318.62º 0.35% 0.98% -
XYZ 65.17 51.25 75.57 -
YUV 194.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 249 162 222 0 0.35 0.11 0.02 318.62 0.88 0.81
Hex F9 A2 DE 0 23 B 2 13F 58 51
Octal 371 242 336 0 43 13 2 477 130 121
Binary 11111001 10100010 11011110 0 100011 1011 10 100111111 1011000 1010001

Color Harmonies of #F9A2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A2DE

Black with #F9A2DE

Text Example


Text Example

White with #F9A2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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