#FCC6CB

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

Shades of Pink #FCC6CB

Tints of Pink #FCC6CB

Color information

#FCC6CB (or 0xFCC6CB) is unknown color: approx Pink. HEX triplet: FC, C6 and CB. RGB value is (252,198,203). Sum of RGB (Red+Green+Blue) = 252+198+203=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6CB is #033934. Grayscale: #D6D6D6. Windows color (decimal): -211253 or 13354748. OLE color: 13354748.

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

Color convert

RGB252198203-
CMYK00.210.190.01
HSL354.44º90%88.24%-
HSV(B)354.44º21.43%98.82%-
XYZ71.1265.465.37-
YUV214.72121.39154.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 198 (77.73% from 255) = 30.32%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=38.59%
G=30.32%
B=31.09%

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
Decimal25219820300.210.190.01354.449088.24
HexFCC6CB0151311625a58
Octal374306313025231542132130
Binary11111100110001101100101101010110011110110001010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6CB; }

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

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

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

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

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

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

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

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