#F8FEEF

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

Shades of Saltpan #F8FEEF

Tints of Saltpan #F8FEEF

Color information

#F8FEEF (or 0xF8FEEF) is unknown color: approx Saltpan. HEX triplet: F8, FE and EF. RGB value is (248,254,239). Sum of RGB (Red+Green+Blue) = 248+254+239=741 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.47% from 741); Green value is 254 (99.61% from 255 or 34.28% from 741); Blue value is 239 (93.75% from 255 or 32.25% from 741); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FEEF is #070110. Grayscale: #FAFAFA. Windows color (decimal): -459025 or 15728376. OLE color: 15728376.

HSL color Cylindrical-coordinate representation of color #F8FEEF: hue angle of 84º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F8FEEF is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB248254239-
CMYK0.0200.060.00
HSL84º88.24%96.67%-
HSV(B)84º5.91%99.61%-
XYZ89.7397.0795.67-
YUV250.5121.51126.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.47%
GREEN value IS 254 (99.61% from 255) = 34.28%
BLUE value IS 239 (93.75% from 255) = 32.25%
R=33.47%
G=34.28%
B=32.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482542390.0200.060.008488.2496.67
HexF8FEEF2060545861
Octal3703763572060124130141
Binary1111100011111110111011111001100101010010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FEEF; }

 p { color: rgb(248,254,239); }

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

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

 a { background-color: rgb(248,254,239); }

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

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

 span { border-color: rgb(248,254,239); }

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