#F9DECF

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

Shades of Pot Pourri #F9DECF

Tints of Pot Pourri #F9DECF

Color information

#F9DECF (or 0xF9DECF) is unknown color: approx Pot Pourri. HEX triplet: F9, DE and CF. RGB value is (249,222,207). Sum of RGB (Red+Green+Blue) = 249+222+207=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DECF is #062130. Grayscale: #E4E4E4. Windows color (decimal): -401713 or 13623033. OLE color: 13623033.

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

Color convert

RGB249222207-
CMYK00.110.170.02
HSL21.43º77.78%89.41%-
HSV(B)21.43º16.87%97.65%-
XYZ76.4576.8969.84-
YUV228.36115.95142.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.73%
GREEN value IS 222 (87.11% from 255) = 32.74%
BLUE value IS 207 (81.25% from 255) = 30.53%
R=36.73%
G=32.74%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922220700.110.170.0221.4377.7889.41
HexF9DECF0B112154e59
Octal37133631701321225116131
Binary1111100111011110110011110101110001101010110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DECF; }

 p { color: rgb(249,222,207); }

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

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

 a { background-color: rgb(249,222,207); }

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

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

 span { border-color: rgb(249,222,207); }

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