Html Css Color HEX #FEAAAC Light Pink

📋 copy color: '#FEAAAC'

red 254 ◦ green 170 ◦ blue 172

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

Shades of Light Pink #FEAAAC

Tints of Light Pink #FEAAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.86%

R = 42.62%
G = 28.52%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEAAAC (or 0xFEAAAC) is known color: Light Pink. HEX triplet: FE, AA and AC. RGB value is (254,170,172). Sum of RGB (Red+Green+Blue) = 254+170+172=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAAC is #015553. Grayscale: #C3C3C3. Windows color (decimal): -87380 or 11315966. OLE color: 11315966.

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

Color convert

RGB 254 170 172 -
CMYK 0 0.33 0.32 0.00
HSL 358.57º 0.98% 0.83% -
HSV(B) 358.57º 0.33% 1% -
XYZ 62.69 52.8 45.92 -
YUV 195.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 254 170 172 0 0.33 0.32 0.00 358.57 0.98 0.83
Hex FE AA AC 0 21 20 0 167 62 53
Octal 376 252 254 0 41 40 0 547 142 123
Binary 11111110 10101010 10101100 0 100001 100000 0 101100111 1100010 1010011

Color Harmonies of #FEAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAAAC

Black with #FEAAAC

Text Example


Text Example

White with #FEAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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