#FEA8AC

Color #FEA8AC Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FEA8AC

Tints of Light Pink #FEA8AC

Color information

#FEA8AC (or 0xFEA8AC) is unknown color: approx Light Pink. HEX triplet: FE, A8 and AC. RGB value is (254,168,172). Sum of RGB (Red+Green+Blue) = 254+168+172=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8AC is #015753. Grayscale: #C2C2C2. Windows color (decimal): -87892 or 11315454. OLE color: 11315454.

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

Color convert

RGB254168172-
CMYK00.340.320.00
HSL357.21º97.73%82.75%-
HSV(B)357.21º33.86%99.61%-
XYZ62.3252.0545.79-
YUV194.17115.49170.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 168 (66.02% from 255) = 28.28%
BLUE value IS 172 (67.58% from 255) = 28.96%
R=42.76%
G=28.28%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416817200.340.320.00357.2197.7382.75
HexFEA8AC0222001656253
Octal376250254042400545142123
Binary1111111010101000101011000100010100000010110010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8AC; }

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

 H1.HeaderClassName
 {
   color: #FEA8AC;
 }
 .AnyTagClassName
 {
   color: #FEA8AC;
 }
</style>
background-color css

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

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

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

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

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

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