#FCC6CC

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

Shades of Pink #FCC6CC

Tints of Pink #FCC6CC

Color information

#FCC6CC (or 0xFCC6CC) is unknown color: approx Pink. HEX triplet: FC, C6 and CC. RGB value is (252,198,204). Sum of RGB (Red+Green+Blue) = 252+198+204=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6CC is #033933. Grayscale: #D6D6D6. Windows color (decimal): -211252 or 13420284. OLE color: 13420284.

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

Color convert

RGB252198204-
CMYK00.210.190.01
HSL353.33º90%88.24%-
HSV(B)353.33º21.43%98.82%-
XYZ71.2465.4466-
YUV214.83121.89154.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 198 (77.73% from 255) = 30.28%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=38.53%
G=30.28%
B=31.19%

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
Decimal25219820400.210.190.01353.339088.24
HexFCC6CC0151311615a58
Octal374306314025231541132130
Binary11111100110001101100110001010110011110110000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6CC; }

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

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

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

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

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

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

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

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