#FCACB2

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

Shades of Light Pink #FCACB2

Tints of Light Pink #FCACB2

Color information

#FCACB2 (or 0xFCACB2) is unknown color: approx Light Pink. HEX triplet: FC, AC and B2. RGB value is (252,172,178). Sum of RGB (Red+Green+Blue) = 252+172+178=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCACB2 is #03534D. Grayscale: #C4C4C4. Windows color (decimal): -217934 or 11709692. OLE color: 11709692.

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

Color convert

RGB252172178-
CMYK00.320.290.01
HSL355.5º93.02%83.14%-
HSV(B)355.5º31.75%98.82%-
XYZ62.9353.4149.11-
YUV196.6117.5167.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 178 (69.92% from 255) = 29.57%
R=41.86%
G=28.57%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217217800.320.290.01355.593.0283.14
HexFCACB20201D11645d53
Octal374254262040351544135123
Binary111111001010110010110010010000011101110110010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACB2; }

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

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

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

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

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

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

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

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