#FEDED0

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

Shades of Pippin #FEDED0

Tints of Pippin #FEDED0

Color information

#FEDED0 (or 0xFEDED0) is unknown color: approx Pippin. HEX triplet: FE, DE and D0. RGB value is (254,222,208). Sum of RGB (Red+Green+Blue) = 254+222+208=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDED0 is #01212F. Grayscale: #E6E6E6. Windows color (decimal): -74032 or 13688574. OLE color: 13688574.

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

Color convert

RGB254222208-
CMYK00.130.180.00
HSL18.26º95.83%90.59%-
HSV(B)18.26º18.11%99.61%-
XYZ78.3877.8770.57-
YUV229.97115.6145.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 208 (81.64% from 255) = 30.41%
R=37.13%
G=32.46%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422220800.130.180.0018.2695.8390.59
HexFEDED00D12012605b
Octal37633632001522022140133
Binary111111101101111011010000011011001001001011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDED0; }

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

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

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

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

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

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

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

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