#F5DCCD

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

Shades of Pot Pourri #F5DCCD

Tints of Pot Pourri #F5DCCD

Color information

#F5DCCD (or 0xF5DCCD) is unknown color: approx Pot Pourri. HEX triplet: F5, DC and CD. RGB value is (245,220,205). Sum of RGB (Red+Green+Blue) = 245+220+205=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCCD is #0A2332. Grayscale: #E1E1E1. Windows color (decimal): -664371 or 13491445. OLE color: 13491445.

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

Color convert

RGB245220205-
CMYK00.100.160.04
HSL22.5º66.67%88.24%-
HSV(B)22.5º16.33%96.08%-
XYZ74.2775.0168.32-
YUV225.76116.28141.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.57%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=36.57%
G=32.84%
B=30.60%

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
Decimal24522020500.100.160.0422.566.6788.24
HexF5DCCD0A104174358
Octal36533431501220427103130
Binary11110101110111001100110101010100001001011110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCCD; }

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

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

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

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

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

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

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

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