#F2D8CB

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

Shades of Pot Pourri #F2D8CB

Tints of Pot Pourri #F2D8CB

Color information

#F2D8CB (or 0xF2D8CB) is unknown color: approx Pot Pourri. HEX triplet: F2, D8 and CB. RGB value is (242,216,203). Sum of RGB (Red+Green+Blue) = 242+216+203=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8CB is #0D2734. Grayscale: #DEDEDE. Windows color (decimal): -862005 or 13359346. OLE color: 13359346.

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

Color convert

RGB242216203-
CMYK00.110.160.05
HSL20º60%87.25%-
HSV(B)20º16.12%94.9%-
XYZ71.9572.366.66-
YUV222.29117.11142.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.61%
GREEN value IS 216 (84.77% from 255) = 32.68%
BLUE value IS 203 (79.69% from 255) = 30.71%
R=36.61%
G=32.68%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221620300.110.160.05206087.25
HexF2D8CB0B105143c57
Octal3623303130132052474127
Binary1111001011011000110010110101110000101101001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D8CB; }

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

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

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

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

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

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

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

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