#FCCCD1

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

Shades of We Peep #FCCCD1

Tints of We Peep #FCCCD1

Color information

#FCCCD1 (or 0xFCCCD1) is unknown color: approx We Peep. HEX triplet: FC, CC and D1. RGB value is (252,204,209). Sum of RGB (Red+Green+Blue) = 252+204+209=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCD1 is #03332E. Grayscale: #DADADA. Windows color (decimal): -209711 or 13749500. OLE color: 13749500.

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

Color convert

RGB252204209-
CMYK00.190.170.01
HSL353.75º88.89%89.41%-
HSV(B)353.75º19.05%98.82%-
XYZ73.2568.4869.68-
YUV218.92122.4151.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 209 (82.03% from 255) = 31.43%
R=37.89%
G=30.68%
B=31.43%

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
Decimal25220420900.190.170.01353.7588.8989.41
HexFCCCD10131111625959
Octal374314321023211542131131
Binary11111100110011001101000101001110001110110001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCD1; }

 p { color: rgb(252,204,209); }

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

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

 a { background-color: rgb(252,204,209); }

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

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

 span { border-color: rgb(252,204,209); }

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