#FCC8CD

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

Shades of Pink #FCC8CD

Tints of Pink #FCC8CD

Color information

#FCC8CD (or 0xFCC8CD) is unknown color: approx Pink. HEX triplet: FC, C8 and CD. RGB value is (252,200,205). Sum of RGB (Red+Green+Blue) = 252+200+205=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8CD is #033732. Grayscale: #D8D8D8. Windows color (decimal): -210739 or 13486332. OLE color: 13486332.

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

Color convert

RGB252200205-
CMYK00.210.190.01
HSL354.23º89.66%88.63%-
HSV(B)354.23º20.63%98.82%-
XYZ71.8266.4166.79-
YUV216.12121.73153.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.36%
GREEN value IS 200 (78.52% from 255) = 30.44%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=38.36%
G=30.44%
B=31.20%

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
Decimal25220020500.210.190.01354.2389.6688.63
HexFCC8CD0151311625a59
Octal374310315025231542132131
Binary11111100110010001100110101010110011110110001010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8CD; }

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

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

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

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

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

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

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

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