Html Css Color HEX #FEAAB8 Light Pink

📋 copy color: '#FEAAB8'

red 254 ◦ green 170 ◦ blue 184

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

Shades of Light Pink #FEAAB8

Tints of Light Pink #FEAAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.26%

R = 41.78%
G = 27.96%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEAAB8 (or 0xFEAAB8) is known color: Light Pink. HEX triplet: FE, AA and B8. RGB value is (254,170,184). Sum of RGB (Red+Green+Blue) = 254+170+184=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAB8 is #015547. Grayscale: #C4C4C4. Windows color (decimal): -87368 or 12102398. OLE color: 12102398.

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

Color convert

RGB 254 170 184 -
CMYK 0 0.33 0.28 0.00
HSL 350º 0.98% 0.83% -
HSV(B) 350º 0.33% 1% -
XYZ 63.9 53.28 52.26 -
YUV 196.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 254 170 184 0 0.33 0.28 0.00 350 0.98 0.83
Hex FE AA B8 0 21 1C 0 15E 62 53
Octal 376 252 270 0 41 34 0 536 142 123
Binary 11111110 10101010 10111000 0 100001 11100 0 101011110 1100010 1010011

Color Harmonies of #FEAAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAAB8

Black with #FEAAB8

Text Example


Text Example

White with #FEAAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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