Html Css Color HEX #FEAAB9 Light Pink

📋 copy color: '#FEAAB9'

red 254 ◦ green 170 ◦ blue 185

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

Shades of Light Pink #FEAAB9

Tints of Light Pink #FEAAB9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.91%

 BLUE value IS 185 (72.66% from 255) = 30.38%

R = 41.71%
G = 27.91%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEAAB9 (or 0xFEAAB9) is known color: Light Pink. HEX triplet: FE, AA and B9. RGB value is (254,170,185). Sum of RGB (Red+Green+Blue) = 254+170+185=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAB9 is #015546. Grayscale: #C4C4C4. Windows color (decimal): -87367 or 12167934. OLE color: 12167934.

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

Color convert

RGB 254 170 185 -
CMYK 0 0.33 0.27 0.00
HSL 349.29º 0.98% 0.83% -
HSV(B) 349.29º 0.33% 1% -
XYZ 64 53.32 52.82 -
YUV 196.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 254 170 185 0 0.33 0.27 0.00 349.29 0.98 0.83
Hex FE AA B9 0 21 1B 0 15D 62 53
Octal 376 252 271 0 41 33 0 535 142 123
Binary 11111110 10101010 10111001 0 100001 11011 0 101011101 1100010 1010011

Color Harmonies of #FEAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAAB9

Black with #FEAAB9

Text Example


Text Example

White with #FEAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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