#F2D7CD

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

Shades of Pot Pourri #F2D7CD

Tints of Pot Pourri #F2D7CD

Color information

#F2D7CD (or 0xF2D7CD) is unknown color: approx Pot Pourri. HEX triplet: F2, D7 and CD. RGB value is (242,215,205). Sum of RGB (Red+Green+Blue) = 242+215+205=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D7CD is #0D2832. Grayscale: #DEDEDE. Windows color (decimal): -862259 or 13490162. OLE color: 13490162.

HSL color Cylindrical-coordinate representation of color #F2D7CD: hue angle of 16.22º 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 #F2D7CD is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242215205-
CMYK00.110.150.05
HSL16.22º58.73%87.65%-
HSV(B)16.22º15.29%94.9%-
XYZ71.9471.8967.84-
YUV221.93118.45142.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.56%
GREEN value IS 215 (84.38% from 255) = 32.48%
BLUE value IS 205 (80.47% from 255) = 30.97%
R=36.56%
G=32.48%
B=30.97%

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
Decimal24221520500.110.150.0516.2258.7387.65
HexF2D7CD0BF5103b58
Octal3623273150131752073130
Binary111100101101011111001101010111111101100001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D7CD; }

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

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

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

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

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

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

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

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