#F5DCCF

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

Shades of Pot Pourri #F5DCCF

Tints of Pot Pourri #F5DCCF

Color information

#F5DCCF (or 0xF5DCCF) is unknown color: approx Pot Pourri. HEX triplet: F5, DC and CF. RGB value is (245,220,207). Sum of RGB (Red+Green+Blue) = 245+220+207=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCCF is #0A2330. Grayscale: #E2E2E2. Windows color (decimal): -664369 or 13622517. OLE color: 13622517.

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

Color convert

RGB245220207-
CMYK00.100.160.04
HSL20.53º65.52%88.63%-
HSV(B)20.53º15.51%96.08%-
XYZ74.5175.169.6-
YUV225.99117.28141.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.46%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 207 (81.25% from 255) = 30.80%
R=36.46%
G=32.74%
B=30.80%

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
Decimal24522020700.100.160.0420.5365.5288.63
HexF5DCCF0A104154259
Octal36533431701220425102131
Binary11110101110111001100111101010100001001010110000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCCF; }

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

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

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

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

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

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

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

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