Html Css Color HEX #FEAAB0 Light Pink

📋 copy color: '#FEAAB0'

red 254 ◦ green 170 ◦ blue 176

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

Shades of Light Pink #FEAAB0

Tints of Light Pink #FEAAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.33%

R = 42.33%
G = 28.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEAAB0 (or 0xFEAAB0) is known color: Light Pink. HEX triplet: FE, AA and B0. RGB value is (254,170,176). Sum of RGB (Red+Green+Blue) = 254+170+176=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAB0 is #01554F. Grayscale: #C3C3C3. Windows color (decimal): -87376 or 11578110. OLE color: 11578110.

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

Color convert

RGB 254 170 176 -
CMYK 0 0.33 0.31 0.00
HSL 355.71º 0.98% 0.83% -
HSV(B) 355.71º 0.33% 1% -
XYZ 63.08 52.95 47.97 -
YUV 195.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 254 170 176 0 0.33 0.31 0.00 355.71 0.98 0.83
Hex FE AA B0 0 21 1F 0 164 62 53
Octal 376 252 260 0 41 37 0 544 142 123
Binary 11111110 10101010 10110000 0 100001 11111 0 101100100 1100010 1010011

Color Harmonies of #FEAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAAB0

Black with #FEAAB0

Text Example


Text Example

White with #FEAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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