#FCCFD2

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

Shades of We Peep #FCCFD2

Tints of We Peep #FCCFD2

Color information

#FCCFD2 (or 0xFCCFD2) is unknown color: approx We Peep. HEX triplet: FC, CF and D2. RGB value is (252,207,210). Sum of RGB (Red+Green+Blue) = 252+207+210=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFD2 is #03302D. Grayscale: #DCDCDC. Windows color (decimal): -208942 or 13815804. OLE color: 13815804.

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

Color convert

RGB252207210-
CMYK00.180.170.01
HSL356º88.24%90%-
HSV(B)356º17.86%98.82%-
XYZ74.0969.9770.57-
YUV220.8121.91150.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 210 (82.42% from 255) = 31.39%
R=37.67%
G=30.94%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220721000.180.170.0135688.2490
HexFCCFD2012111164585a
Octal374317322022211544130132
Binary11111100110011111101001001001010001110110010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFD2; }

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

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

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

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

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

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

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

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