#FCCCC1

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

Shades of Your Pink #FCCCC1

Tints of Your Pink #FCCCC1

Color information

#FCCCC1 (or 0xFCCCC1) is unknown color: approx Your Pink. HEX triplet: FC, CC and C1. RGB value is (252,204,193). Sum of RGB (Red+Green+Blue) = 252+204+193=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCC1 is #03333E. Grayscale: #D9D9D9. Windows color (decimal): -209727 or 12700924. OLE color: 12700924.

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

Color convert

RGB252204193-
CMYK00.190.230.01
HSL11.19º90.77%87.25%-
HSV(B)11.19º23.41%98.82%-
XYZ71.3667.7359.76-
YUV217.1114.4152.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.83%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 193 (75.78% from 255) = 29.74%
R=38.83%
G=31.43%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220419300.190.230.0111.1990.7787.25
HexFCCCC1013171b5b57
Octal37431430102327113133127
Binary111111001100110011000001010011101111101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCC1; }

 p { color: rgb(252,204,193); }

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

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

 a { background-color: rgb(252,204,193); }

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

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

 span { border-color: rgb(252,204,193); }

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