#FCC6C3

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

Shades of Your Pink #FCC6C3

Tints of Your Pink #FCC6C3

Color information

#FCC6C3 (or 0xFCC6C3) is unknown color: approx Your Pink. HEX triplet: FC, C6 and C3. RGB value is (252,198,195). Sum of RGB (Red+Green+Blue) = 252+198+195=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 195 (76.56% from 255 or 30.23% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6C3 is #03393C. Grayscale: #D5D5D5. Windows color (decimal): -211261 or 12830460. OLE color: 12830460.

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

Color convert

RGB252198195-
CMYK00.210.230.01
HSL3.16º90.48%87.65%-
HSV(B)3.16º22.62%98.82%-
XYZ70.1965.0260.48-
YUV213.8117.39155.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.07%
GREEN value IS 198 (77.73% from 255) = 30.70%
BLUE value IS 195 (76.56% from 255) = 30.23%
R=39.07%
G=30.70%
B=30.23%

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
Decimal25219819500.210.230.013.1690.4887.65
HexFCC6C301517135a58
Octal3743063030252713132130
Binary1111110011000110110000110101011011111110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6C3; }

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

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

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

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

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

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

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

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