#F5DDCD

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

Shades of Pot Pourri #F5DDCD

Tints of Pot Pourri #F5DDCD

Color information

#F5DDCD (or 0xF5DDCD) is unknown color: approx Pot Pourri. HEX triplet: F5, DD and CD. RGB value is (245,221,205). Sum of RGB (Red+Green+Blue) = 245+221+205=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDCD is #0A2232. Grayscale: #E2E2E2. Windows color (decimal): -664115 or 13491701. OLE color: 13491701.

HSL color Cylindrical-coordinate representation of color #F5DDCD: hue angle of 24º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5DDCD is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245221205-
CMYK00.100.160.04
HSL24º66.67%88.24%-
HSV(B)24º16.33%96.08%-
XYZ74.5375.5368.41-
YUV226.35115.95141.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.51%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 205 (80.47% from 255) = 30.55%
R=36.51%
G=32.94%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522120500.100.160.042466.6788.24
HexF5DDCD0A104184358
Octal36533531501220430103130
Binary11110101110111011100110101010100001001100010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DDCD; }

 p { color: rgb(245,221,205); }

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

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

 a { background-color: rgb(245,221,205); }

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

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

 span { border-color: rgb(245,221,205); }

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