Html Css Color HEX #FEA9AC Light Pink

📋 copy color: '#FEA9AC'

red 254 ◦ green 169 ◦ blue 172

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

Shades of Light Pink #FEA9AC

Tints of Light Pink #FEA9AC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.4%

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

R = 42.69%
G = 28.4%
B = 28.91%

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

#FEA9AC (or 0xFEA9AC) is known color: Light Pink. HEX triplet: FE, A9 and AC. RGB value is (254,169,172). Sum of RGB (Red+Green+Blue) = 254+169+172=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA9AC is #015653. Grayscale: #C2C2C2. Windows color (decimal): -87636 or 11315710. OLE color: 11315710.

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

Color convert

RGB 254 169 172 -
CMYK 0 0.33 0.32 0.00
HSL 357.88º 0.98% 0.83% -
HSV(B) 357.88º 0.33% 1% -
XYZ 62.51 52.43 45.85 -
YUV 194.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 254 169 172 0 0.33 0.32 0.00 357.88 0.98 0.83
Hex FE A9 AC 0 21 20 0 166 62 53
Octal 376 251 254 0 41 40 0 546 142 123
Binary 11111110 10101001 10101100 0 100001 100000 0 101100110 1100010 1010011

Color Harmonies of #FEA9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA9AC

Black with #FEA9AC

Text Example


Text Example

White with #FEA9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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