#FCCBCF

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

Shades of Pink #FCCBCF

Tints of Pink #FCCBCF

Color information

#FCCBCF (or 0xFCCBCF) is unknown color: approx Pink. HEX triplet: FC, CB and CF. RGB value is (252,203,207). Sum of RGB (Red+Green+Blue) = 252+203+207=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBCF is #033430. Grayscale: #DADADA. Windows color (decimal): -209969 or 13618172. OLE color: 13618172.

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

Color convert

RGB252203207-
CMYK00.190.180.01
HSL355.1º89.09%89.22%-
HSV(B)355.1º19.44%98.82%-
XYZ72.7667.9168.3-
YUV218.11121.73152.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 203 (79.69% from 255) = 30.66%
BLUE value IS 207 (81.25% from 255) = 31.27%
R=38.07%
G=30.66%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220320700.190.180.01355.189.0989.22
HexFCCBCF0131211635959
Octal374313317023221543131131
Binary11111100110010111100111101001110010110110001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBCF; }

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

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

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

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

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

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

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

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