#F2D8CF

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

Shades of Pot Pourri #F2D8CF

Tints of Pot Pourri #F2D8CF

Color information

#F2D8CF (or 0xF2D8CF) is unknown color: approx Pot Pourri. HEX triplet: F2, D8 and CF. RGB value is (242,216,207). Sum of RGB (Red+Green+Blue) = 242+216+207=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 216 (84.77% from 255 or 32.48% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8CF is #0D2730. Grayscale: #DEDEDE. Windows color (decimal): -862001 or 13621490. OLE color: 13621490.

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

Color convert

RGB242216207-
CMYK00.110.140.05
HSL15.43º57.38%88.04%-
HSV(B)15.43º14.46%94.9%-
XYZ72.4472.4969.21-
YUV222.75119.11141.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.39%
GREEN value IS 216 (84.77% from 255) = 32.48%
BLUE value IS 207 (81.25% from 255) = 31.13%
R=36.39%
G=32.48%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221620700.110.140.0515.4357.3888.04
HexF2D8CF0BE5f3958
Octal3623303170131651771130
Binary11110010110110001100111101011111010111111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D8CF; }

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

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

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

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

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

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

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

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