#FEDCD0

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

Shades of Pippin #FEDCD0

Tints of Pippin #FEDCD0

Color information

#FEDCD0 (or 0xFEDCD0) is unknown color: approx Pippin. HEX triplet: FE, DC and D0. RGB value is (254,220,208). Sum of RGB (Red+Green+Blue) = 254+220+208=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD0 is #01232F. Grayscale: #E4E4E4. Windows color (decimal): -74544 or 13688062. OLE color: 13688062.

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

Color convert

RGB254220208-
CMYK00.130.180.00
HSL15.65º95.83%90.59%-
HSV(B)15.65º18.11%99.61%-
XYZ77.8576.8170.4-
YUV228.8116.26145.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 208 (81.64% from 255) = 30.50%
R=37.24%
G=32.26%
B=30.50%

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
Decimal25422020800.130.180.0015.6595.8390.59
HexFEDCD00D12010605b
Octal37633432001522020140133
Binary111111101101110011010000011011001001000011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCD0; }

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

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

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

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

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

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

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

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