#FEDDD7

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

Shades of Pippin #FEDDD7

Tints of Pippin #FEDDD7

Color information

#FEDDD7 (or 0xFEDDD7) is unknown color: approx Pippin. HEX triplet: FE, DD and D7. RGB value is (254,221,215). Sum of RGB (Red+Green+Blue) = 254+221+215=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDD7 is #012228. Grayscale: #E6E6E6. Windows color (decimal): -74281 or 14147070. OLE color: 14147070.

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

Color convert

RGB254221215-
CMYK00.130.150.00
HSL9.23º95.12%91.96%-
HSV(B)9.23º15.35%99.61%-
XYZ7977.6975.12-
YUV230.18119.43144.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 221 (86.72% from 255) = 32.03%
BLUE value IS 215 (84.38% from 255) = 31.16%
R=36.81%
G=32.03%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422121500.130.150.009.2395.1291.96
HexFEDDD70DF095f5c
Octal37633532701517011137134
Binary1111111011011101110101110110111110100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDD7; }

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

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

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

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

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

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

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

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