#FED0D2

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

Shades of We Peep #FED0D2

Tints of We Peep #FED0D2

Color information

#FED0D2 (or 0xFED0D2) is unknown color: approx We Peep. HEX triplet: FE, D0 and D2. RGB value is (254,208,210). Sum of RGB (Red+Green+Blue) = 254+208+210=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 210 (82.42% from 255 or 31.25% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0D2 is #012F2D. Grayscale: #DEDEDE. Windows color (decimal): -77614 or 13816062. OLE color: 13816062.

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

Color convert

RGB254208210-
CMYK00.180.170.00
HSL357.39º95.83%90.59%-
HSV(B)357.39º18.11%99.61%-
XYZ75.0670.8470.69-
YUV221.98121.24150.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 208 (81.64% from 255) = 30.95%
BLUE value IS 210 (82.42% from 255) = 31.25%
R=37.80%
G=30.95%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420821000.180.170.00357.3995.8390.59
HexFED0D2012110165605b
Octal376320322022210545140133
Binary11111110110100001101001001001010001010110010111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0D2; }

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

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

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

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

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

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

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

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