Html Css Color HEX #F9A2DD Lavender Rose

📋 copy color: '#F9A2DD'

red 249 ◦ green 162 ◦ blue 221

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

Shades of Lavender Rose #F9A2DD

Tints of Lavender Rose #F9A2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.97%

R = 39.4%
G = 25.63%
B = 34.97%

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

#F9A2DD (or 0xF9A2DD) is known color: Lavender Rose. HEX triplet: F9, A2 and DD. RGB value is (249,162,221). Sum of RGB (Red+Green+Blue) = 249+162+221=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 162 (63.67% from 255 or 25.63% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A2DD is #065D22. Grayscale: #C2C2C2. Windows color (decimal): -417059 or 14525177. OLE color: 14525177.

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

Color convert

RGB 249 162 221 -
CMYK 0 0.35 0.11 0.02
HSL 319.31º 0.88% 0.81% -
HSV(B) 319.31º 0.35% 0.98% -
XYZ 65.04 51.2 74.86 -
YUV 194.74 142.82 166.7 -
System Red Green Blue C M Y K H S L
Decimal 249 162 221 0 0.35 0.11 0.02 319.31 0.88 0.81
Hex F9 A2 DD 0 23 B 2 13F 58 51
Octal 371 242 335 0 43 13 2 477 130 121
Binary 11111001 10100010 11011101 0 100011 1011 10 100111111 1011000 1010001

Color Harmonies of #F9A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A2DD

Black with #F9A2DD

Text Example


Text Example

White with #F9A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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