#F0D8CF

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

Shades of Pot Pourri #F0D8CF

Tints of Pot Pourri #F0D8CF

Color information

#F0D8CF (or 0xF0D8CF) is unknown color: approx Pot Pourri. HEX triplet: F0, D8 and CF. RGB value is (240,216,207). Sum of RGB (Red+Green+Blue) = 240+216+207=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8CF is #0F2730. Grayscale: #DEDEDE. Windows color (decimal): -993073 or 13621488. OLE color: 13621488.

HSL color Cylindrical-coordinate representation of color #F0D8CF: hue angle of 16.36º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0D8CF is Cyan = 0, Magento = 0.1, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240216207-
CMYK00.10.140.06
HSL16.36º52.38%87.65%-
HSV(B)16.36º13.75%94.12%-
XYZ71.7572.1469.17-
YUV222.15119.45140.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.20%
GREEN value IS 216 (84.77% from 255) = 32.58%
BLUE value IS 207 (81.25% from 255) = 31.22%
R=36.20%
G=32.58%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021620700.10.140.0616.3652.3887.65
HexF0D8CF0AE6103458
Octal3603303170121662064130
Binary111100001101100011001111010101110110100001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D8CF; }

 p { color: rgb(240,216,207); }

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

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

 a { background-color: rgb(240,216,207); }

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

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

 span { border-color: rgb(240,216,207); }

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