#F8DDCF

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

Shades of Pot Pourri #F8DDCF

Tints of Pot Pourri #F8DDCF

Color information

#F8DDCF (or 0xF8DDCF) is unknown color: approx Pot Pourri. HEX triplet: F8, DD and CF. RGB value is (248,221,207). Sum of RGB (Red+Green+Blue) = 248+221+207=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDCF is #072230. Grayscale: #E3E3E3. Windows color (decimal): -467505 or 13622776. OLE color: 13622776.

HSL color Cylindrical-coordinate representation of color #F8DDCF: hue angle of 20.49º 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 #F8DDCF is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248221207-
CMYK00.110.170.03
HSL20.49º74.55%89.22%-
HSV(B)20.49º16.53%97.25%-
XYZ75.8376.1769.74-
YUV227.48116.45142.64-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.69%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 207 (81.25% from 255) = 30.62%
R=36.69%
G=32.69%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822120700.110.170.0320.4974.5589.22
HexF8DDCF0B113144b59
Octal37033531701321324113131
Binary1111100011011101110011110101110001111010010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DDCF; }

 p { color: rgb(248,221,207); }

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

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

 a { background-color: rgb(248,221,207); }

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

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

 span { border-color: rgb(248,221,207); }

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