#F0D6CF

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

Shades of Pot Pourri #F0D6CF

Tints of Pot Pourri #F0D6CF

Color information

#F0D6CF (or 0xF0D6CF) is unknown color: approx Pot Pourri. HEX triplet: F0, D6 and CF. RGB value is (240,214,207). Sum of RGB (Red+Green+Blue) = 240+214+207=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D6CF is #0F2930. Grayscale: #DDDDDD. Windows color (decimal): -993585 or 13620976. OLE color: 13620976.

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

Color convert

RGB240214207-
CMYK00.110.140.06
HSL12.73º52.38%87.65%-
HSV(B)12.73º13.75%94.12%-
XYZ71.2471.1269-
YUV220.98120.11141.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.31%
GREEN value IS 214 (83.98% from 255) = 32.38%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=36.31%
G=32.38%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021420700.110.140.0612.7352.3887.65
HexF0D6CF0BE6d3458
Octal3603263170131661564130
Binary11110000110101101100111101011111011011011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D6CF; }

 p { color: rgb(240,214,207); }

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

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

 a { background-color: rgb(240,214,207); }

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

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

 span { border-color: rgb(240,214,207); }

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