#F0F6DF

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

Shades of Saltpan #F0F6DF

Tints of Saltpan #F0F6DF

Color information

#F0F6DF (or 0xF0F6DF) is unknown color: approx Saltpan. HEX triplet: F0, F6 and DF. RGB value is (240,246,223). Sum of RGB (Red+Green+Blue) = 240+246+223=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 246 (96.48% from 255 or 34.70% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F6DF is #0F0920. Grayscale: #F1F1F1. Windows color (decimal): -985377 or 14677744. OLE color: 14677744.

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

Color convert

RGB240246223-
CMYK0.0200.090.04
HSL75.65º56.1%91.96%-
HSV(B)75.65º9.35%96.47%-
XYZ82.2189.7682.81-
YUV241.58117.51126.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.85%
GREEN value IS 246 (96.48% from 255) = 34.70%
BLUE value IS 223 (87.5% from 255) = 31.45%
R=33.85%
G=34.70%
B=31.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402462230.0200.090.0475.6556.191.96
HexF0F6DF20944c385c
Octal3603663372011411470134
Binary111100001111011011011111100100110010011001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F6DF; }

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

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

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

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

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

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

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

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