#FCC6CD

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

Shades of Pink #FCC6CD

Tints of Pink #FCC6CD

Color information

#FCC6CD (or 0xFCC6CD) is unknown color: approx Pink. HEX triplet: FC, C6 and CD. RGB value is (252,198,205). Sum of RGB (Red+Green+Blue) = 252+198+205=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6CD is #033932. Grayscale: #D6D6D6. Windows color (decimal): -211251 or 13485820. OLE color: 13485820.

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

Color convert

RGB252198205-
CMYK00.210.190.01
HSL352.22º90%88.24%-
HSV(B)352.22º21.43%98.82%-
XYZ71.3665.4966.64-
YUV214.94122.39154.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.47%
GREEN value IS 198 (77.73% from 255) = 30.23%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=38.47%
G=30.23%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219820500.210.190.01352.229088.24
HexFCC6CD0151311605a58
Octal374306315025231540132130
Binary11111100110001101100110101010110011110110000010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6CD; }

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

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

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

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

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

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

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

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