#FEDED2

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

Shades of Pippin #FEDED2

Tints of Pippin #FEDED2

Color information

#FEDED2 (or 0xFEDED2) is unknown color: approx Pippin. HEX triplet: FE, DE and D2. RGB value is (254,222,210). Sum of RGB (Red+Green+Blue) = 254+222+210=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 210 (82.42% from 255 or 30.61% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDED2 is #01212D. Grayscale: #E6E6E6. Windows color (decimal): -74030 or 13819646. OLE color: 13819646.

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

Color convert

RGB254222210-
CMYK00.130.170.00
HSL16.36º95.65%90.98%-
HSV(B)16.36º17.32%99.61%-
XYZ78.6377.9771.88-
YUV230.2116.6144.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 210 (82.42% from 255) = 30.61%
R=37.03%
G=32.36%
B=30.61%

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
Decimal25422221000.130.170.0016.3695.6590.98
HexFEDED20D11010605b
Octal37633632201521020140133
Binary111111101101111011010010011011000101000011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDED2; }

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

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

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

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

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

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

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

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