#F7DDCD

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

Shades of Pot Pourri #F7DDCD

Tints of Pot Pourri #F7DDCD

Color information

#F7DDCD (or 0xF7DDCD) is unknown color: approx Pot Pourri. HEX triplet: F7, DD and CD. RGB value is (247,221,205). Sum of RGB (Red+Green+Blue) = 247+221+205=673 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.70% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DDCD is #082232. Grayscale: #E3E3E3. Windows color (decimal): -533043 or 13491703. OLE color: 13491703.

HSL color Cylindrical-coordinate representation of color #F7DDCD: hue angle of 22.86º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7DDCD is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247221205-
CMYK00.110.170.03
HSL22.86º72.41%88.63%-
HSV(B)22.86º17%96.86%-
XYZ75.2375.8968.44-
YUV226.95115.61142.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.70%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 205 (80.47% from 255) = 30.46%
R=36.70%
G=32.84%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722120500.110.170.0322.8672.4188.63
HexF7DDCD0B113174859
Octal36733531501321327110131
Binary1111011111011101110011010101110001111011110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DDCD; }

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

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

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

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

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

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

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

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