#F8DFCE

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

Shades of Pot Pourri #F8DFCE

Tints of Pot Pourri #F8DFCE

Color information

#F8DFCE (or 0xF8DFCE) is unknown color: approx Pot Pourri. HEX triplet: F8, DF and CE. RGB value is (248,223,206). Sum of RGB (Red+Green+Blue) = 248+223+206=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFCE is #072031. Grayscale: #E4E4E4. Windows color (decimal): -466994 or 13557752. OLE color: 13557752.

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

Color convert

RGB248223206-
CMYK00.100.170.03
HSL24.29º75%89.02%-
HSV(B)24.29º16.94%97.25%-
XYZ76.2477.1969.27-
YUV228.54115.28141.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.63%
GREEN value IS 223 (87.5% from 255) = 32.94%
BLUE value IS 206 (80.86% from 255) = 30.43%
R=36.63%
G=32.94%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822320600.100.170.0324.297589.02
HexF8DFCE0A113184b59
Octal37033731601221330113131
Binary1111100011011111110011100101010001111100010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DFCE; }

 p { color: rgb(248,223,206); }

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

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

 a { background-color: rgb(248,223,206); }

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

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

 span { border-color: rgb(248,223,206); }

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