Html Css Color HEX #FEAAAB Light Pink

📋 copy color: '#FEAAAB'

red 254 ◦ green 170 ◦ blue 171

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

Shades of Light Pink #FEAAAB

Tints of Light Pink #FEAAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.74%

R = 42.69%
G = 28.57%
B = 28.74%

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

#FEAAAB (or 0xFEAAAB) is known color: Light Pink. HEX triplet: FE, AA and AB. RGB value is (254,170,171). Sum of RGB (Red+Green+Blue) = 254+170+171=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAAB is #015554. Grayscale: #C3C3C3. Windows color (decimal): -87381 or 11250430. OLE color: 11250430.

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

Color convert

RGB 254 170 171 -
CMYK 0 0.33 0.33 0.00
HSL 359.29º 0.98% 0.83% -
HSV(B) 359.29º 0.33% 1% -
XYZ 62.6 52.76 45.41 -
YUV 195.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 254 170 171 0 0.33 0.33 0.00 359.29 0.98 0.83
Hex FE AA AB 0 21 21 0 167 62 53
Octal 376 252 253 0 41 41 0 547 142 123
Binary 11111110 10101010 10101011 0 100001 100001 0 101100111 1100010 1010011

Color Harmonies of #FEAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAAAB

Black with #FEAAAB

Text Example


Text Example

White with #FEAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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