#F1FAE7

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

Shades of Saltpan #F1FAE7

Tints of Saltpan #F1FAE7

Color information

#F1FAE7 (or 0xF1FAE7) is unknown color: approx Saltpan. HEX triplet: F1, FA and E7. RGB value is (241,250,231). Sum of RGB (Red+Green+Blue) = 241+250+231=722 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.38% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 231 (90.62% from 255 or 31.99% from 722); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAE7 is #0E0518. Grayscale: #F5F5F5. Windows color (decimal): -918809 or 15203057. OLE color: 15203057.

HSL color Cylindrical-coordinate representation of color #F1FAE7: hue angle of 88.42º degrees, saturation: 0.66, 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 #F1FAE7 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB241250231-
CMYK0.0400.080.02
HSL88.42º65.52%94.31%-
HSV(B)88.42º7.6%98.04%-
XYZ84.8992.8489.05-
YUV245.14120.02125.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.38%
GREEN value IS 250 (98.05% from 255) = 34.63%
BLUE value IS 231 (90.62% from 255) = 31.99%
R=33.38%
G=34.63%
B=31.99%

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
Decimal2412502310.0400.080.0288.4265.5294.31
HexF1FAE7408258425e
Octal36137234740102130102136
Binary1111000111111010111001111000100010101100010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAE7; }

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

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

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

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

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

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

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

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