#F8DED4

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

Shades of Pippin #F8DED4

Tints of Pippin #F8DED4

Color information

#F8DED4 (or 0xF8DED4) is unknown color: approx Pippin. HEX triplet: F8, DE and D4. RGB value is (248,222,212). Sum of RGB (Red+Green+Blue) = 248+222+212=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DED4 is #07212B. Grayscale: #E4E4E4. Windows color (decimal): -467244 or 13950712. OLE color: 13950712.

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

Color convert

RGB248222212-
CMYK00.100.150.03
HSL16.67º72%90.2%-
HSV(B)16.67º14.52%97.25%-
XYZ76.7276.9573.1-
YUV228.63118.61141.81-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.36%
GREEN value IS 222 (87.11% from 255) = 32.55%
BLUE value IS 212 (83.20% from 255) = 31.09%
R=36.36%
G=32.55%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822221200.100.150.0316.677290.2
HexF8DED40AF311485a
Octal37033632401217321110132
Binary111110001101111011010100010101111111000110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DED4; }

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

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

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

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

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

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

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

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