Html Css Color HEX #FEA9AA Light Pink

📋 copy color: '#FEA9AA'

red 254 ◦ green 169 ◦ blue 170

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

Shades of Light Pink #FEA9AA

Tints of Light Pink #FEA9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.67%

R = 42.83%
G = 28.5%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEA9AA (or 0xFEA9AA) is known color: Light Pink. HEX triplet: FE, A9 and AA. RGB value is (254,169,170). Sum of RGB (Red+Green+Blue) = 254+169+170=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA9AA is #015655. Grayscale: #C2C2C2. Windows color (decimal): -87638 or 11184638. OLE color: 11184638.

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

Color convert

RGB 254 169 170 -
CMYK 0 0.33 0.33 0.00
HSL 359.29º 0.98% 0.83% -
HSV(B) 359.29º 0.33% 1% -
XYZ 62.32 52.35 44.85 -
YUV 194.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 254 169 170 0 0.33 0.33 0.00 359.29 0.98 0.83
Hex FE A9 AA 0 21 21 0 167 62 53
Octal 376 251 252 0 41 41 0 547 142 123
Binary 11111110 10101001 10101010 0 100001 100001 0 101100111 1100010 1010011

Color Harmonies of #FEA9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA9AA

Black with #FEA9AA

Text Example


Text Example

White with #FEA9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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