#F0DAD1

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

Shades of Pot Pourri #F0DAD1

Tints of Pot Pourri #F0DAD1

Color information

#F0DAD1 (or 0xF0DAD1) is unknown color: approx Pot Pourri. HEX triplet: F0, DA and D1. RGB value is (240,218,209). Sum of RGB (Red+Green+Blue) = 240+218+209=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAD1 is #0F252E. Grayscale: #DFDFDF. Windows color (decimal): -992559 or 13753072. OLE color: 13753072.

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

Color convert

RGB240218209-
CMYK00.090.130.06
HSL17.42º50.82%88.04%-
HSV(B)17.42º12.92%94.12%-
XYZ72.5273.2770.64-
YUV223.55119.79139.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 209 (82.03% from 255) = 31.33%
R=35.98%
G=32.68%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021820900.090.130.0617.4250.8288.04
HexF0DAD109D6113358
Octal3603323210111562163130
Binary111100001101101011010001010011101110100011100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DAD1; }

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

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

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

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

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

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

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

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