#FCCDD2

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

Shades of We Peep #FCCDD2

Tints of We Peep #FCCDD2

Color information

#FCCDD2 (or 0xFCCDD2) is unknown color: approx We Peep. HEX triplet: FC, CD and D2. RGB value is (252,205,210). Sum of RGB (Red+Green+Blue) = 252+205+210=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDD2 is #03322D. Grayscale: #DBDBDB. Windows color (decimal): -209454 or 13815292. OLE color: 13815292.

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

Color convert

RGB252205210-
CMYK00.190.170.01
HSL353.62º88.68%89.61%-
HSV(B)353.62º18.65%98.82%-
XYZ73.6169.0170.41-
YUV219.62122.57151.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 210 (82.42% from 255) = 31.48%
R=37.78%
G=30.73%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220521000.190.170.01353.6288.6889.61
HexFCCDD2013111162595a
Octal374315322023211542131132
Binary11111100110011011101001001001110001110110001010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDD2; }

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

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

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

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

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

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

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

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