#F6FCEB

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

Shades of Saltpan #F6FCEB

Tints of Saltpan #F6FCEB

Color information

#F6FCEB (or 0xF6FCEB) is unknown color: approx Saltpan. HEX triplet: F6, FC and EB. RGB value is (246,252,235). Sum of RGB (Red+Green+Blue) = 246+252+235=733 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.56% from 733); Green value is 252 (98.83% from 255 or 34.38% from 733); Blue value is 235 (92.19% from 255 or 32.06% from 733); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FCEB is #090314. Grayscale: #F8F8F8. Windows color (decimal): -590613 or 15465718. OLE color: 15465718.

HSL color Cylindrical-coordinate representation of color #F6FCEB: hue angle of 81.18º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F6FCEB is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB246252235-
CMYK0.0200.070.01
HSL81.18º73.91%95.49%-
HSV(B)81.18º6.75%98.82%-
XYZ87.8195.2192.35-
YUV248.27120.51126.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.56%
GREEN value IS 252 (98.83% from 255) = 34.38%
BLUE value IS 235 (92.19% from 255) = 32.06%
R=33.56%
G=34.38%
B=32.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462522350.0200.070.0181.1873.9195.49
HexF6FCEB2071514a5f
Octal3663743532071121112137
Binary1111011011111100111010111001111101000110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FCEB; }

 p { color: rgb(246,252,235); }

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

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

 a { background-color: rgb(246,252,235); }

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

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

 span { border-color: rgb(246,252,235); }

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