#FECDD3

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

Shades of We Peep #FECDD3

Tints of We Peep #FECDD3

Color information

#FECDD3 (or 0xFECDD3) is unknown color: approx We Peep. HEX triplet: FE, CD and D3. RGB value is (254,205,211). Sum of RGB (Red+Green+Blue) = 254+205+211=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDD3 is #01322C. Grayscale: #DCDCDC. Windows color (decimal): -78381 or 13880830. OLE color: 13880830.

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

Color convert

RGB254205211-
CMYK00.190.170.00
HSL352.65º96.08%90%-
HSV(B)352.65º19.29%99.61%-
XYZ74.4669.4471.11-
YUV220.34122.73152.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 211 (82.81% from 255) = 31.49%
R=37.91%
G=30.60%
B=31.49%

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
Decimal25420521100.190.170.00352.6596.0890
HexFECDD3013110161605a
Octal376315323023210541140132
Binary11111110110011011101001101001110001010110000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDD3; }

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

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

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

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

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

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

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

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