Html Css Color HEX #FEA8AB Light Pink

📋 copy color: '#FEA8AB'

red 254 ◦ green 168 ◦ blue 171

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

Shades of Light Pink #FEA8AB

Tints of Light Pink #FEA8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.33%

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

R = 42.83%
G = 28.33%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEA8AB (or 0xFEA8AB) is known color: Light Pink. HEX triplet: FE, A8 and AB. RGB value is (254,168,171). Sum of RGB (Red+Green+Blue) = 254+168+171=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8AB is #015754. Grayscale: #C2C2C2. Windows color (decimal): -87893 or 11249918. OLE color: 11249918.

HSL color Cylindrical-coordinate representation of color #FEA8AB: hue angle of 357.91º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA8AB is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 168 171 -
CMYK 0 0.34 0.33 0.00
HSL 357.91º 0.98% 0.83% -
HSV(B) 357.91º 0.34% 1% -
XYZ 62.23 52.02 45.29 -
YUV 194.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 254 168 171 0 0.34 0.33 0.00 357.91 0.98 0.83
Hex FE A8 AB 0 22 21 0 166 62 53
Octal 376 250 253 0 42 41 0 546 142 123
Binary 11111110 10101000 10101011 0 100010 100001 0 101100110 1100010 1010011

Color Harmonies of #FEA8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8AB

Black with #FEA8AB

Text Example


Text Example

White with #FEA8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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