Html Css Color HEX #FEAAB2 Light Pink

📋 copy color: '#FEAAB2'

red 254 ◦ green 170 ◦ blue 178

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

Shades of Light Pink #FEAAB2

Tints of Light Pink #FEAAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.57%

R = 42.19%
G = 28.24%
B = 29.57%

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

#FEAAB2 (or 0xFEAAB2) is known color: Light Pink. HEX triplet: FE, AA and B2. RGB value is (254,170,178). Sum of RGB (Red+Green+Blue) = 254+170+178=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAB2 is #01554D. Grayscale: #C4C4C4. Windows color (decimal): -87374 or 11709182. OLE color: 11709182.

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

Color convert

RGB 254 170 178 -
CMYK 0 0.33 0.30 0.00
HSL 354.29º 0.98% 0.83% -
HSV(B) 354.29º 0.33% 1% -
XYZ 63.28 53.03 49.02 -
YUV 196.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 254 170 178 0 0.33 0.30 0.00 354.29 0.98 0.83
Hex FE AA B2 0 21 1E 0 162 62 53
Octal 376 252 262 0 41 36 0 542 142 123
Binary 11111110 10101010 10110010 0 100001 11110 0 101100010 1100010 1010011

Color Harmonies of #FEAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAAB2

Black with #FEAAB2

Text Example


Text Example

White with #FEAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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