#F0DDCF

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

Shades of Pot Pourri #F0DDCF

Tints of Pot Pourri #F0DDCF

Color information

#F0DDCF (or 0xF0DDCF) is unknown color: approx Pot Pourri. HEX triplet: F0, DD and CF. RGB value is (240,221,207). Sum of RGB (Red+Green+Blue) = 240+221+207=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDCF is #0F2230. Grayscale: #E1E1E1. Windows color (decimal): -991793 or 13622768. OLE color: 13622768.

HSL color Cylindrical-coordinate representation of color #F0DDCF: hue angle of 25.45º 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 #F0DDCF is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240221207-
CMYK00.080.140.06
HSL25.45º52.38%87.65%-
HSV(B)25.45º13.75%94.12%-
XYZ73.0574.7469.61-
YUV225.08117.79138.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 207 (81.25% from 255) = 30.99%
R=35.93%
G=33.08%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022120700.080.140.0625.4552.3887.65
HexF0DDCF08E6193458
Octal3603353170101663164130
Binary111100001101110111001111010001110110110011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DDCF; }

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

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

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

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

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

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

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

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