#FEDFD7

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

Shades of Pippin #FEDFD7

Tints of Pippin #FEDFD7

Color information

#FEDFD7 (or 0xFEDFD7) is unknown color: approx Pippin. HEX triplet: FE, DF and D7. RGB value is (254,223,215). Sum of RGB (Red+Green+Blue) = 254+223+215=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 215 (84.38% from 255 or 31.07% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFD7 is #012028. Grayscale: #E7E7E7. Windows color (decimal): -73769 or 14147582. OLE color: 14147582.

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

Color convert

RGB254223215-
CMYK00.120.150.00
HSL12.31º95.12%91.96%-
HSV(B)12.31º15.35%99.61%-
XYZ79.5378.7575.3-
YUV231.36118.77144.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.71%
GREEN value IS 223 (87.5% from 255) = 32.23%
BLUE value IS 215 (84.38% from 255) = 31.07%
R=36.71%
G=32.23%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422321500.120.150.0012.3195.1291.96
HexFEDFD70CF0c5f5c
Octal37633732701417014137134
Binary1111111011011111110101110110011110110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFD7; }

 p { color: rgb(254,223,215); }

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

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

 a { background-color: rgb(254,223,215); }

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

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

 span { border-color: rgb(254,223,215); }

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