#FECDD2

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

Shades of We Peep #FECDD2

Tints of We Peep #FECDD2

Color information

#FECDD2 (or 0xFECDD2) is unknown color: approx We Peep. HEX triplet: FE, CD and D2. RGB value is (254,205,210). Sum of RGB (Red+Green+Blue) = 254+205+210=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDD2 is #01322D. Grayscale: #DCDCDC. Windows color (decimal): -78382 or 13815294. OLE color: 13815294.

HSL color Cylindrical-coordinate representation of color #FECDD2: hue angle of 353.88º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECDD2 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB254205210-
CMYK00.190.170.00
HSL353.88º96.08%90%-
HSV(B)353.88º19.29%99.61%-
XYZ74.3469.3970.45-
YUV220.22122.23152.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 210 (82.42% from 255) = 31.39%
R=37.97%
G=30.64%
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.00
SystemRedGreenBlueCMYKHSL
Decimal25420521000.190.170.00353.8896.0890
HexFECDD2013110162605a
Octal376315322023210542140132
Binary11111110110011011101001001001110001010110001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDD2; }

 p { color: rgb(254,205,210); }

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

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

 a { background-color: rgb(254,205,210); }

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

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

 span { border-color: rgb(254,205,210); }

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