#F6FCEF

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

Shades of Saltpan #F6FCEF

Tints of Saltpan #F6FCEF

Color information

#F6FCEF (or 0xF6FCEF) is unknown color: approx Saltpan. HEX triplet: F6, FC and EF. RGB value is (246,252,239). Sum of RGB (Red+Green+Blue) = 246+252+239=737 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.38% from 737); Green value is 252 (98.83% from 255 or 34.19% from 737); Blue value is 239 (93.75% from 255 or 32.43% from 737); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FCEF is #090310. Grayscale: #F8F8F8. Windows color (decimal): -590609 or 15727862. OLE color: 15727862.

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

Color convert

RGB246252239-
CMYK0.0200.050.01
HSL87.69º68.42%96.27%-
HSV(B)87.69º5.16%98.82%-
XYZ88.495.4595.43-
YUV248.72122.51126.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.38%
GREEN value IS 252 (98.83% from 255) = 34.19%
BLUE value IS 239 (93.75% from 255) = 32.43%
R=33.38%
G=34.19%
B=32.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462522390.0200.050.0187.6968.4296.27
HexF6FCEF2051584460
Octal3663743572051130104140
Binary1111011011111100111011111001011101100010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FCEF; }

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

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

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

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

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

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

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

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