Html Css Color HEX #F9A2D0 Lavender Pink

📋 copy color: '#F9A2D0'

red 249 ◦ green 162 ◦ blue 208

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

Shades of Lavender Pink #F9A2D0

Tints of Lavender Pink #F9A2D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.6%

R = 40.23%
G = 26.17%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F9A2D0 (or 0xF9A2D0) is known color: Lavender Pink. HEX triplet: F9, A2 and D0. RGB value is (249,162,208). Sum of RGB (Red+Green+Blue) = 249+162+208=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A2D0 is #065D2F. Grayscale: #C1C1C1. Windows color (decimal): -417072 or 13673209. OLE color: 13673209.

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

Color convert

RGB 249 162 208 -
CMYK 0 0.35 0.16 0.02
HSL 328.28º 0.88% 0.81% -
HSV(B) 328.28º 0.35% 0.98% -
XYZ 63.37 50.53 66.09 -
YUV 193.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 249 162 208 0 0.35 0.16 0.02 328.28 0.88 0.81
Hex F9 A2 D0 0 23 10 2 148 58 51
Octal 371 242 320 0 43 20 2 510 130 121
Binary 11111001 10100010 11010000 0 100011 10000 10 101001000 1011000 1010001

Color Harmonies of #F9A2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A2D0

Black with #F9A2D0

Text Example


Text Example

White with #F9A2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A2D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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