Html Css Color HEX #FEAAB1 Light Pink

📋 copy color: '#FEAAB1'

red 254 ◦ green 170 ◦ blue 177

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

Shades of Light Pink #FEAAB1

Tints of Light Pink #FEAAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.45%

R = 42.26%
G = 28.29%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEAAB1 (or 0xFEAAB1) is known color: Light Pink. HEX triplet: FE, AA and B1. RGB value is (254,170,177). Sum of RGB (Red+Green+Blue) = 254+170+177=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAB1 is #01554E. Grayscale: #C3C3C3. Windows color (decimal): -87375 or 11643646. OLE color: 11643646.

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

Color convert

RGB 254 170 177 -
CMYK 0 0.33 0.30 0.00
HSL 355º 0.98% 0.83% -
HSV(B) 355º 0.33% 1% -
XYZ 63.18 52.99 48.49 -
YUV 195.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 254 170 177 0 0.33 0.30 0.00 355 0.98 0.83
Hex FE AA B1 0 21 1E 0 163 62 53
Octal 376 252 261 0 41 36 0 543 142 123
Binary 11111110 10101010 10110001 0 100001 11110 0 101100011 1100010 1010011

Color Harmonies of #FEAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAAB1

Black with #FEAAB1

Text Example


Text Example

White with #FEAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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