#FCC7C3

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

Shades of Your Pink #FCC7C3

Tints of Your Pink #FCC7C3

Color information

#FCC7C3 (or 0xFCC7C3) is unknown color: approx Your Pink. HEX triplet: FC, C7 and C3. RGB value is (252,199,195). Sum of RGB (Red+Green+Blue) = 252+199+195=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 195 (76.56% from 255 or 30.19% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7C3 is #03383C. Grayscale: #D6D6D6. Windows color (decimal): -211005 or 12830716. OLE color: 12830716.

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

Color convert

RGB252199195-
CMYK00.210.230.01
HSL4.21º90.48%87.65%-
HSV(B)4.21º22.62%98.82%-
XYZ70.4265.4860.56-
YUV214.39117.06154.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 199 (78.12% from 255) = 30.80%
BLUE value IS 195 (76.56% from 255) = 30.19%
R=39.01%
G=30.80%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219919500.210.230.014.2190.4887.65
HexFCC7C301517145a58
Octal3743073030252714132130
Binary11111100110001111100001101010110111110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7C3; }

 p { color: rgb(252,199,195); }

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

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

 a { background-color: rgb(252,199,195); }

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

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

 span { border-color: rgb(252,199,195); }

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