#F5DACD

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

Shades of Pot Pourri #F5DACD

Tints of Pot Pourri #F5DACD

Color information

#F5DACD (or 0xF5DACD) is unknown color: approx Pot Pourri. HEX triplet: F5, DA and CD. RGB value is (245,218,205). Sum of RGB (Red+Green+Blue) = 245+218+205=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DACD is #0A2532. Grayscale: #E0E0E0. Windows color (decimal): -664883 or 13490933. OLE color: 13490933.

HSL color Cylindrical-coordinate representation of color #F5DACD: hue angle of 19.5º 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 #F5DACD is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245218205-
CMYK00.110.160.04
HSL19.5º66.67%88.24%-
HSV(B)19.5º16.33%96.08%-
XYZ73.7573.9668.15-
YUV224.59116.95142.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.68%
GREEN value IS 218 (85.55% from 255) = 32.63%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=36.68%
G=32.63%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521820500.110.160.0419.566.6788.24
HexF5DACD0B104144358
Octal36533231501320424103130
Binary11110101110110101100110101011100001001010010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DACD; }

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

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

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

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

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

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

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

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