Html Css Color HEX #FEA9D2 Lavender Pink

📋 copy color: '#FEA9D2'

red 254 ◦ green 169 ◦ blue 210

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

Shades of Lavender Pink #FEA9D2

Tints of Lavender Pink #FEA9D2

RGB

 RED value IS 254 (99.61% from 255) = 40.13%

 GREEN value IS 169 (66.41% from 255) = 26.7%

 BLUE value IS 210 (82.42% from 255) = 33.18%

R = 40.13%
G = 26.7%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEA9D2 (or 0xFEA9D2) is known color: Lavender Pink. HEX triplet: FE, A9 and D2. RGB value is (254,169,210). Sum of RGB (Red+Green+Blue) = 254+169+210=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 169 (66.41% from 255 or 26.70% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9D2 is #01562D. Grayscale: #C7C7C7. Windows color (decimal): -87598 or 13806078. OLE color: 13806078.

HSL color Cylindrical-coordinate representation of color #FEA9D2: hue angle of 331.06º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEA9D2 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 169 210 -
CMYK 0 0.33 0.17 0.00
HSL 331.06º 0.98% 0.83% -
HSV(B) 331.06º 0.33% 1% -
XYZ 66.69 54.1 67.9 -
YUV 199.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 254 169 210 0 0.33 0.17 0.00 331.06 0.98 0.83
Hex FE A9 D2 0 21 11 0 14B 62 53
Octal 376 251 322 0 41 21 0 513 142 123
Binary 11111110 10101001 11010010 0 100001 10001 0 101001011 1100010 1010011

Color Harmonies of #FEA9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA9D2

Black with #FEA9D2

Text Example


Text Example

White with #FEA9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA9D2; }

 p { color: rgb(254,169,210); }

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

background-color css

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

 a { background-color: rgb(254,169,210); }

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

border-color css

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

 span { border-color: rgb(254,169,210); }

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