#F0DFDA

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

Shades of Pot Pourri #F0DFDA

Tints of Pot Pourri #F0DFDA

Color information

#F0DFDA (or 0xF0DFDA) is unknown color: approx Pot Pourri. HEX triplet: F0, DF and DA. RGB value is (240,223,218). Sum of RGB (Red+Green+Blue) = 240+223+218=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFDA is #0F2025. Grayscale: #E3E3E3. Windows color (decimal): -991270 or 14344176. OLE color: 14344176.

HSL color Cylindrical-coordinate representation of color #F0DFDA: hue angle of 13.64º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DFDA is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240223218-
CMYK00.070.090.06
HSL13.64º42.31%89.8%-
HSV(B)13.64º9.17%94.12%-
XYZ74.9876.3677.12-
YUV227.51122.63136.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.24%
GREEN value IS 223 (87.5% from 255) = 32.75%
BLUE value IS 218 (85.55% from 255) = 32.01%
R=35.24%
G=32.75%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022321800.070.090.0613.6442.3189.8
HexF0DFDA0796e2a5a
Octal360337332071161652132
Binary1111000011011111110110100111100111011101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFDA; }

 p { color: rgb(240,223,218); }

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

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

 a { background-color: rgb(240,223,218); }

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

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

 span { border-color: rgb(240,223,218); }

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