Html Css Color HEX #F9A2DC Lavender Rose

📋 copy color: '#F9A2DC'

red 249 ◦ green 162 ◦ blue 220

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

Shades of Lavender Rose #F9A2DC

Tints of Lavender Rose #F9A2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.87%

R = 39.46%
G = 25.67%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9A2DC (or 0xF9A2DC) is known color: Lavender Rose. HEX triplet: F9, A2 and DC. RGB value is (249,162,220). Sum of RGB (Red+Green+Blue) = 249+162+220=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 162 (63.67% from 255 or 25.67% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A2DC is #065D23. Grayscale: #C2C2C2. Windows color (decimal): -417060 or 14459641. OLE color: 14459641.

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

Color convert

RGB 249 162 220 -
CMYK 0 0.35 0.12 0.02
HSL 320º 0.88% 0.81% -
HSV(B) 320º 0.35% 0.98% -
XYZ 64.91 51.15 74.16 -
YUV 194.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 249 162 220 0 0.35 0.12 0.02 320 0.88 0.81
Hex F9 A2 DC 0 23 C 2 140 58 51
Octal 371 242 334 0 43 14 2 500 130 121
Binary 11111001 10100010 11011100 0 100011 1100 10 101000000 1011000 1010001

Color Harmonies of #F9A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A2DC

Black with #F9A2DC

Text Example


Text Example

White with #F9A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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