#FCCED3

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

Shades of We Peep #FCCED3

Tints of We Peep #FCCED3

Color information

#FCCED3 (or 0xFCCED3) is unknown color: approx We Peep. HEX triplet: FC, CE and D3. RGB value is (252,206,211). Sum of RGB (Red+Green+Blue) = 252+206+211=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCED3 is #03312C. Grayscale: #DCDCDC. Windows color (decimal): -209197 or 13881084. OLE color: 13881084.

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

Color convert

RGB252206211-
CMYK00.180.160.01
HSL353.48º88.46%89.8%-
HSV(B)353.48º18.25%98.82%-
XYZ73.9769.5471.15-
YUV220.32122.74150.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 206 (80.86% from 255) = 30.79%
BLUE value IS 211 (82.81% from 255) = 31.54%
R=37.67%
G=30.79%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220621100.180.160.01353.4888.4689.8
HexFCCED3012101161585a
Octal374316323022201541130132
Binary11111100110011101101001101001010000110110000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCED3; }

 p { color: rgb(252,206,211); }

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

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

 a { background-color: rgb(252,206,211); }

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

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

 span { border-color: rgb(252,206,211); }

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