Html Css Color HEX #FEA9D8 Lavender Pink

📋 copy color: '#FEA9D8'

red 254 ◦ green 169 ◦ blue 216

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

Shades of Lavender Pink #FEA9D8

Tints of Lavender Pink #FEA9D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.8%

R = 39.75%
G = 26.45%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEA9D8 (or 0xFEA9D8) is known color: Lavender Pink. HEX triplet: FE, A9 and D8. RGB value is (254,169,216). Sum of RGB (Red+Green+Blue) = 254+169+216=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 169 (66.41% from 255 or 26.45% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9D8 is #015627. Grayscale: #C7C7C7. Windows color (decimal): -87592 or 14199294. OLE color: 14199294.

HSL color Cylindrical-coordinate representation of color #FEA9D8: hue angle of 326.82º 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 #FEA9D8 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 169 216 -
CMYK 0 0.33 0.15 0.00
HSL 326.82º 0.98% 0.83% -
HSV(B) 326.82º 0.33% 1% -
XYZ 67.46 54.4 71.91 -
YUV 199.77 137.16 166.68 -
System Red Green Blue C M Y K H S L
Decimal 254 169 216 0 0.33 0.15 0.00 326.82 0.98 0.83
Hex FE A9 D8 0 21 F 0 147 62 53
Octal 376 251 330 0 41 17 0 507 142 123
Binary 11111110 10101001 11011000 0 100001 1111 0 101000111 1100010 1010011

Color Harmonies of #FEA9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA9D8

Black with #FEA9D8

Text Example


Text Example

White with #FEA9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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