#FCCED2

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

Shades of We Peep #FCCED2

Tints of We Peep #FCCED2

Color information

#FCCED2 (or 0xFCCED2) is unknown color: approx We Peep. HEX triplet: FC, CE and D2. RGB value is (252,206,210). Sum of RGB (Red+Green+Blue) = 252+206+210=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCED2 is #03312D. Grayscale: #DCDCDC. Windows color (decimal): -209198 or 13815548. OLE color: 13815548.

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

Color convert

RGB252206210-
CMYK00.180.170.01
HSL354.78º88.46%89.8%-
HSV(B)354.78º18.25%98.82%-
XYZ73.8569.4970.49-
YUV220.21122.24150.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 206 (80.86% from 255) = 30.84%
BLUE value IS 210 (82.42% from 255) = 31.44%
R=37.72%
G=30.84%
B=31.44%

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
Decimal25220621000.180.170.01354.7888.4689.8
HexFCCED2012111163585a
Octal374316322022211543130132
Binary11111100110011101101001001001010001110110001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCED2; }

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

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

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

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

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

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

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

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