#FEDED4

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

Shades of Pippin #FEDED4

Tints of Pippin #FEDED4

Color information

#FEDED4 (or 0xFEDED4) is unknown color: approx Pippin. HEX triplet: FE, DE and D4. RGB value is (254,222,212). Sum of RGB (Red+Green+Blue) = 254+222+212=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 212 (83.20% from 255 or 30.81% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDED4 is #01212B. Grayscale: #E6E6E6. Windows color (decimal): -74028 or 13950718. OLE color: 13950718.

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

Color convert

RGB254222212-
CMYK00.130.170.00
HSL14.29º95.45%91.37%-
HSV(B)14.29º16.54%99.61%-
XYZ78.8878.0773.2-
YUV230.43117.6144.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 222 (87.11% from 255) = 32.27%
BLUE value IS 212 (83.20% from 255) = 30.81%
R=36.92%
G=32.27%
B=30.81%

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
Decimal25422221200.130.170.0014.2995.4591.37
HexFEDED40D110e5f5b
Octal37633632401521016137133
Binary11111110110111101101010001101100010111010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDED4; }

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

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

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

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

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

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

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

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