#F6DFCF

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

Shades of Pot Pourri #F6DFCF

Tints of Pot Pourri #F6DFCF

Color information

#F6DFCF (or 0xF6DFCF) is unknown color: approx Pot Pourri. HEX triplet: F6, DF and CF. RGB value is (246,223,207). Sum of RGB (Red+Green+Blue) = 246+223+207=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFCF is #092030. Grayscale: #E4E4E4. Windows color (decimal): -598065 or 13623286. OLE color: 13623286.

HSL color Cylindrical-coordinate representation of color #F6DFCF: hue angle of 24.62º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6DFCF is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB246223207-
CMYK00.090.160.04
HSL24.62º68.42%88.82%-
HSV(B)24.62º15.85%96.47%-
XYZ75.6676.8769.88-
YUV228.05116.12140.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.39%
GREEN value IS 223 (87.5% from 255) = 32.99%
BLUE value IS 207 (81.25% from 255) = 30.62%
R=36.39%
G=32.99%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622320700.090.160.0424.6268.4288.82
HexF6DFCF09104194459
Octal36633731701120431104131
Binary11110110110111111100111101001100001001100110001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DFCF; }

 p { color: rgb(246,223,207); }

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

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

 a { background-color: rgb(246,223,207); }

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

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

 span { border-color: rgb(246,223,207); }

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