#F1FAE6

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

Shades of Saltpan #F1FAE6

Tints of Saltpan #F1FAE6

Color information

#F1FAE6 (or 0xF1FAE6) is unknown color: approx Saltpan. HEX triplet: F1, FA and E6. RGB value is (241,250,230). Sum of RGB (Red+Green+Blue) = 241+250+230=721 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.43% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 230 (90.23% from 255 or 31.90% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAE6 is #0E0519. Grayscale: #F5F5F5. Windows color (decimal): -918810 or 15137521. OLE color: 15137521.

HSL color Cylindrical-coordinate representation of color #F1FAE6: hue angle of 87º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1FAE6 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB241250230-
CMYK0.0400.080.02
HSL87º66.67%94.12%-
HSV(B)87º8%98.04%-
XYZ84.7492.7988.31-
YUV245.03119.52125.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.43%
GREEN value IS 250 (98.05% from 255) = 34.67%
BLUE value IS 230 (90.23% from 255) = 31.90%
R=33.43%
G=34.67%
B=31.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412502300.0400.080.028766.6794.12
HexF1FAE6408257435e
Octal36137234640102127103136
Binary1111000111111010111001101000100010101011110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAE6; }

 p { color: rgb(241,250,230); }

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

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

 a { background-color: rgb(241,250,230); }

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

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

 span { border-color: rgb(241,250,230); }

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