#F5DCD4

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

Shades of Pot Pourri #F5DCD4

Tints of Pot Pourri #F5DCD4

Color information

#F5DCD4 (or 0xF5DCD4) is unknown color: approx Pot Pourri. HEX triplet: F5, DC and D4. RGB value is (245,220,212). Sum of RGB (Red+Green+Blue) = 245+220+212=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 212 (83.20% from 255 or 31.31% from 677); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCD4 is #0A232B. Grayscale: #E2E2E2. Windows color (decimal): -664364 or 13950197. OLE color: 13950197.

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

Color convert

RGB245220212-
CMYK00.100.130.04
HSL14.55º62.26%89.61%-
HSV(B)14.55º13.47%96.08%-
XYZ75.1375.3572.87-
YUV226.56119.78141.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.19%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 212 (83.20% from 255) = 31.31%
R=36.19%
G=32.50%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522021200.100.130.0414.5562.2689.61
HexF5DCD40AD4f3e5a
Octal3653343240121541776132
Binary11110101110111001101010001010110110011111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCD4; }

 p { color: rgb(245,220,212); }

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

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

 a { background-color: rgb(245,220,212); }

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

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

 span { border-color: rgb(245,220,212); }

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