#FDCED2

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

Shades of We Peep #FDCED2

Tints of We Peep #FDCED2

Color information

#FDCED2 (or 0xFDCED2) is unknown color: approx We Peep. HEX triplet: FD, CE and D2. RGB value is (253,206,210). Sum of RGB (Red+Green+Blue) = 253+206+210=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCED2 is #02312D. Grayscale: #DCDCDC. Windows color (decimal): -143662 or 13815549. OLE color: 13815549.

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

Color convert

RGB253206210-
CMYK00.190.170.01
HSL354.89º92.16%90%-
HSV(B)354.89º18.58%99.22%-
XYZ74.2169.6870.51-
YUV220.51122.07151.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 206 (80.86% from 255) = 30.79%
BLUE value IS 210 (82.42% from 255) = 31.39%
R=37.82%
G=30.79%
B=31.39%

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
Decimal25320621000.190.170.01354.8992.1690
HexFDCED20131111635c5a
Octal375316322023211543134132
Binary11111101110011101101001001001110001110110001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCED2; }

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

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

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

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

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

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

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

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