#FED9D0

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

Shades of Pippin #FED9D0

Tints of Pippin #FED9D0

Color information

#FED9D0 (or 0xFED9D0) is unknown color: approx Pippin. HEX triplet: FE, D9 and D0. RGB value is (254,217,208). Sum of RGB (Red+Green+Blue) = 254+217+208=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 208 (81.64% from 255 or 30.63% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9D0 is #01262F. Grayscale: #E3E3E3. Windows color (decimal): -75312 or 13687294. OLE color: 13687294.

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

Color convert

RGB254217208-
CMYK00.150.180.00
HSL11.74º95.83%90.59%-
HSV(B)11.74º18.11%99.61%-
XYZ77.0775.2570.14-
YUV227.04117.26147.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.41%
GREEN value IS 217 (85.16% from 255) = 31.96%
BLUE value IS 208 (81.64% from 255) = 30.63%
R=37.41%
G=31.96%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421720800.150.180.0011.7495.8390.59
HexFED9D00F120c605b
Octal37633132001722014140133
Binary11111110110110011101000001111100100110011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9D0; }

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

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

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

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

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

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

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

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