#F2D8CD

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

Shades of Pot Pourri #F2D8CD

Tints of Pot Pourri #F2D8CD

Color information

#F2D8CD (or 0xF2D8CD) is unknown color: approx Pot Pourri. HEX triplet: F2, D8 and CD. RGB value is (242,216,205). Sum of RGB (Red+Green+Blue) = 242+216+205=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8CD is #0D2732. Grayscale: #DEDEDE. Windows color (decimal): -862003 or 13490418. OLE color: 13490418.

HSL color Cylindrical-coordinate representation of color #F2D8CD: hue angle of 17.84º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2D8CD is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242216205-
CMYK00.110.150.05
HSL17.84º58.73%87.65%-
HSV(B)17.84º15.29%94.9%-
XYZ72.1972.467.93-
YUV222.52118.11141.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.50%
GREEN value IS 216 (84.77% from 255) = 32.58%
BLUE value IS 205 (80.47% from 255) = 30.92%
R=36.50%
G=32.58%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221620500.110.150.0517.8458.7387.65
HexF2D8CD0BF5123b58
Octal3623303150131752273130
Binary111100101101100011001101010111111101100101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D8CD; }

 p { color: rgb(242,216,205); }

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

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

 a { background-color: rgb(242,216,205); }

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

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

 span { border-color: rgb(242,216,205); }

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