#FCCDCF

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

Shades of We Peep #FCCDCF

Tints of We Peep #FCCDCF

Color information

#FCCDCF (or 0xFCCDCF) is unknown color: approx We Peep. HEX triplet: FC, CD and CF. RGB value is (252,205,207). Sum of RGB (Red+Green+Blue) = 252+205+207=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDCF is #033230. Grayscale: #DBDBDB. Windows color (decimal): -209457 or 13618684. OLE color: 13618684.

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

Color convert

RGB252205207-
CMYK00.190.180.01
HSL357.45º88.68%89.61%-
HSV(B)357.45º18.65%98.82%-
XYZ73.2468.8668.46-
YUV219.28121.07151.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 205 (80.47% from 255) = 30.87%
BLUE value IS 207 (81.25% from 255) = 31.17%
R=37.95%
G=30.87%
B=31.17%

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
Decimal25220520700.190.180.01357.4588.6889.61
HexFCCDCF013121165595a
Octal374315317023221545131132
Binary11111100110011011100111101001110010110110010110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDCF; }

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

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

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

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

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

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

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

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