#FCC2C0

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

Shades of Your Pink #FCC2C0

Tints of Your Pink #FCC2C0

Color information

#FCC2C0 (or 0xFCC2C0) is unknown color: approx Your Pink. HEX triplet: FC, C2 and C0. RGB value is (252,194,192). Sum of RGB (Red+Green+Blue) = 252+194+192=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2C0 is #033D3F. Grayscale: #D3D3D3. Windows color (decimal): -212288 or 12632828. OLE color: 12632828.

HSL color Cylindrical-coordinate representation of color #FCC2C0: hue angle of 2º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCC2C0 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB252194192-
CMYK00.230.240.01
HSL90.91%87.06%-
HSV(B)23.81%98.82%-
XYZ68.9563.0858.41-
YUV211.11117.22157.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 194 (76.17% from 255) = 30.41%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=39.50%
G=30.41%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219419200.230.240.01290.9187.06
HexFCC2C001718125b57
Octal3743023000273012133127
Binary1111110011000010110000000101111100011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2C0; }

 p { color: rgb(252,194,192); }

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

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

 a { background-color: rgb(252,194,192); }

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

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

 span { border-color: rgb(252,194,192); }

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