#FCC4C0

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

Shades of Your Pink #FCC4C0

Tints of Your Pink #FCC4C0

Color information

#FCC4C0 (or 0xFCC4C0) is unknown color: approx Your Pink. HEX triplet: FC, C4 and C0. RGB value is (252,196,192). Sum of RGB (Red+Green+Blue) = 252+196+192=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4C0 is #033B3F. Grayscale: #D4D4D4. Windows color (decimal): -211776 or 12633340. OLE color: 12633340.

HSL color Cylindrical-coordinate representation of color #FCC4C0: hue angle of 4º 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 #FCC4C0 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB252196192-
CMYK00.220.240.01
HSL90.91%87.06%-
HSV(B)23.81%98.82%-
XYZ69.463.9858.56-
YUV212.29116.55156.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 196 (76.95% from 255) = 30.62%
BLUE value IS 192 (75.39% from 255) = 30%
R=39.38%
G=30.62%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219619200.220.240.01490.9187.06
HexFCC4C001618145b57
Octal3743043000263014133127
Binary11111100110001001100000001011011000110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4C0; }

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

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

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

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

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

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

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

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