Html Css Color HEX #FEAAB6 Light Pink

📋 copy color: '#FEAAB6'

red 254 ◦ green 170 ◦ blue 182

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

Shades of Light Pink #FEAAB6

Tints of Light Pink #FEAAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.03%

R = 41.91%
G = 28.05%
B = 30.03%

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

#FEAAB6 (or 0xFEAAB6) is known color: Light Pink. HEX triplet: FE, AA and B6. RGB value is (254,170,182). Sum of RGB (Red+Green+Blue) = 254+170+182=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAB6 is #015549. Grayscale: #C4C4C4. Windows color (decimal): -87370 or 11971326. OLE color: 11971326.

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

Color convert

RGB 254 170 182 -
CMYK 0 0.33 0.28 0.00
HSL 351.43º 0.98% 0.83% -
HSV(B) 351.43º 0.33% 1% -
XYZ 63.69 53.2 51.17 -
YUV 196.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 254 170 182 0 0.33 0.28 0.00 351.43 0.98 0.83
Hex FE AA B6 0 21 1C 0 15F 62 53
Octal 376 252 266 0 41 34 0 537 142 123
Binary 11111110 10101010 10110110 0 100001 11100 0 101011111 1100010 1010011

Color Harmonies of #FEAAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAAB6

Black with #FEAAB6

Text Example


Text Example

White with #FEAAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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