#FCA8AC

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

Shades of Light Pink #FCA8AC

Tints of Light Pink #FCA8AC

Color information

#FCA8AC (or 0xFCA8AC) is unknown color: approx Light Pink. HEX triplet: FC, A8 and AC. RGB value is (252,168,172). Sum of RGB (Red+Green+Blue) = 252+168+172=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA8AC is #035753. Grayscale: #C1C1C1. Windows color (decimal): -218964 or 11315452. OLE color: 11315452.

HSL color Cylindrical-coordinate representation of color #FCA8AC: hue angle of 357.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8AC is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB252168172-
CMYK00.330.320.01
HSL357.14º93.33%82.35%-
HSV(B)357.14º33.33%98.82%-
XYZ61.5951.6845.76-
YUV193.57115.83169.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 168 (66.02% from 255) = 28.38%
BLUE value IS 172 (67.58% from 255) = 29.05%
R=42.57%
G=28.38%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216817200.330.320.01357.1493.3382.35
HexFCA8AC0212011655d52
Octal374250254041401545135122
Binary1111110010101000101011000100001100000110110010110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA8AC; }

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

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

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

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

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

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

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

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