#F8DED5

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

Shades of Pippin #F8DED5

Tints of Pippin #F8DED5

Color information

#F8DED5 (or 0xF8DED5) is unknown color: approx Pippin. HEX triplet: F8, DE and D5. RGB value is (248,222,213). Sum of RGB (Red+Green+Blue) = 248+222+213=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DED5 is #07212A. Grayscale: #E4E4E4. Windows color (decimal): -467243 or 14016248. OLE color: 14016248.

HSL color Cylindrical-coordinate representation of color #F8DED5: hue angle of 15.43º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8DED5 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB248222213-
CMYK00.100.140.03
HSL15.43º71.43%90.39%-
HSV(B)15.43º14.11%97.25%-
XYZ76.847773.76-
YUV228.75119.11141.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.31%
GREEN value IS 222 (87.11% from 255) = 32.50%
BLUE value IS 213 (83.59% from 255) = 31.19%
R=36.31%
G=32.50%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822221300.100.140.0315.4371.4390.39
HexF8DED50AE3f475a
Octal37033632501216317107132
Binary11111000110111101101010101010111011111110001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DED5; }

 p { color: rgb(248,222,213); }

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

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

 a { background-color: rgb(248,222,213); }

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

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

 span { border-color: rgb(248,222,213); }

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