#FED0D4

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

Shades of We Peep #FED0D4

Tints of We Peep #FED0D4

Color information

#FED0D4 (or 0xFED0D4) is unknown color: approx We Peep. HEX triplet: FE, D0 and D4. RGB value is (254,208,212). Sum of RGB (Red+Green+Blue) = 254+208+212=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 212 (83.20% from 255 or 31.45% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0D4 is #012F2B. Grayscale: #DEDEDE. Windows color (decimal): -77612 or 13947134. OLE color: 13947134.

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

Color convert

RGB254208212-
CMYK00.180.170.00
HSL354.78º95.83%90.59%-
HSV(B)354.78º18.11%99.61%-
XYZ75.3170.9472.01-
YUV222.21122.24150.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 208 (81.64% from 255) = 30.86%
BLUE value IS 212 (83.20% from 255) = 31.45%
R=37.69%
G=30.86%
B=31.45%

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
Decimal25420821200.180.170.00354.7895.8390.59
HexFED0D4012110163605b
Octal376320324022210543140133
Binary11111110110100001101010001001010001010110001111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0D4; }

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

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

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

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

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

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

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

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