#FED8D9

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

Shades of We Peep #FED8D9

Tints of We Peep #FED8D9

Color information

#FED8D9 (or 0xFED8D9) is unknown color: approx We Peep. HEX triplet: FE, D8 and D9. RGB value is (254,216,217). Sum of RGB (Red+Green+Blue) = 254+216+217=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8D9 is #012726. Grayscale: #E3E3E3. Windows color (decimal): -75559 or 14276862. OLE color: 14276862.

HSL color Cylindrical-coordinate representation of color #FED8D9: hue angle of 358.42º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED8D9 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254216217-
CMYK00.150.150.00
HSL358.42º95%92.16%-
HSV(B)358.42º14.96%99.61%-
XYZ77.9575.1976.05-
YUV227.48122.09146.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 216 (84.77% from 255) = 31.44%
BLUE value IS 217 (85.16% from 255) = 31.59%
R=36.97%
G=31.44%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421621700.150.150.00358.429592.16
HexFED8D90FF01665f5c
Octal376330331017170546137134
Binary111111101101100011011001011111111010110011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8D9; }

 p { color: rgb(254,216,217); }

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

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

 a { background-color: rgb(254,216,217); }

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

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

 span { border-color: rgb(254,216,217); }

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