Html Css Color HEX #FEA8A9 Light Pink

📋 copy color: '#FEA8A9'

red 254 ◦ green 168 ◦ blue 169

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

Shades of Light Pink #FEA8A9

Tints of Light Pink #FEA8A9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.43%

 BLUE value IS 169 (66.41% from 255) = 28.6%

R = 42.98%
G = 28.43%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEA8A9 (or 0xFEA8A9) is known color: Light Pink. HEX triplet: FE, A8 and A9. RGB value is (254,168,169). Sum of RGB (Red+Green+Blue) = 254+168+169=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8A9 is #015756. Grayscale: #C1C1C1. Windows color (decimal): -87895 or 11118846. OLE color: 11118846.

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

Color convert

RGB 254 168 169 -
CMYK 0 0.34 0.33 0.00
HSL 359.3º 0.98% 0.83% -
HSV(B) 359.3º 0.34% 1% -
XYZ 62.04 51.94 44.29 -
YUV 193.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 254 168 169 0 0.34 0.33 0.00 359.3 0.98 0.83
Hex FE A8 A9 0 22 21 0 167 62 53
Octal 376 250 251 0 42 41 0 547 142 123
Binary 11111110 10101000 10101001 0 100010 100001 0 101100111 1100010 1010011

Color Harmonies of #FEA8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8A9

Black with #FEA8A9

Text Example


Text Example

White with #FEA8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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