#F8DED1

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

Shades of Pot Pourri #F8DED1

Tints of Pot Pourri #F8DED1

Color information

#F8DED1 (or 0xF8DED1) is unknown color: approx Pot Pourri. HEX triplet: F8, DE and D1. RGB value is (248,222,209). Sum of RGB (Red+Green+Blue) = 248+222+209=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 209 (82.03% from 255 or 30.78% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DED1 is #07212E. Grayscale: #E4E4E4. Windows color (decimal): -467247 or 13754104. OLE color: 13754104.

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

Color convert

RGB248222209-
CMYK00.100.160.03
HSL20º73.58%89.61%-
HSV(B)20º15.73%97.25%-
XYZ76.3476.871.12-
YUV228.29117.11142.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.52%
GREEN value IS 222 (87.11% from 255) = 32.70%
BLUE value IS 209 (82.03% from 255) = 30.78%
R=36.52%
G=32.70%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822220900.100.160.032073.5889.61
HexF8DED10A103144a5a
Octal37033632101220324112132
Binary1111100011011110110100010101010000111010010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DED1; }

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

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

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

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

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

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

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

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