#F9DED7

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

Shades of Pippin #F9DED7

Tints of Pippin #F9DED7

Color information

#F9DED7 (or 0xF9DED7) is unknown color: approx Pippin. HEX triplet: F9, DE and D7. RGB value is (249,222,215). Sum of RGB (Red+Green+Blue) = 249+222+215=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DED7 is #062128. Grayscale: #E5E5E5. Windows color (decimal): -401705 or 14147321. OLE color: 14147321.

HSL color Cylindrical-coordinate representation of color #F9DED7: hue angle of 12.35º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9DED7 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB249222215-
CMYK00.110.140.02
HSL12.35º73.91%90.98%-
HSV(B)12.35º13.65%97.65%-
XYZ77.4577.2975.13-
YUV229.27119.95142.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.30%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 215 (84.38% from 255) = 31.34%
R=36.30%
G=32.36%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922221500.110.140.0212.3573.9190.98
HexF9DED70BE2c4a5b
Octal37133632701316214112133
Binary11111001110111101101011101011111010110010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DED7; }

 p { color: rgb(249,222,215); }

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

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

 a { background-color: rgb(249,222,215); }

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

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

 span { border-color: rgb(249,222,215); }

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