#FEDED3

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

Shades of Pippin #FEDED3

Tints of Pippin #FEDED3

Color information

#FEDED3 (or 0xFEDED3) is unknown color: approx Pippin. HEX triplet: FE, DE and D3. RGB value is (254,222,211). Sum of RGB (Red+Green+Blue) = 254+222+211=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 211 (82.81% from 255 or 30.71% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDED3 is #01212C. Grayscale: #E6E6E6. Windows color (decimal): -74029 or 13885182. OLE color: 13885182.

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

Color convert

RGB254222211-
CMYK00.130.170.00
HSL15.35º95.56%91.18%-
HSV(B)15.35º16.93%99.61%-
XYZ78.7578.0272.54-
YUV230.31117.1144.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 222 (87.11% from 255) = 32.31%
BLUE value IS 211 (82.81% from 255) = 30.71%
R=36.97%
G=32.31%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422221100.130.170.0015.3595.5691.18
HexFEDED30D110f605b
Octal37633632301521017140133
Binary11111110110111101101001101101100010111111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDED3; }

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

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

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

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

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

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

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

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