#F1FAE3

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

Shades of Saltpan #F1FAE3

Tints of Saltpan #F1FAE3

Color information

#F1FAE3 (or 0xF1FAE3) is unknown color: approx Saltpan. HEX triplet: F1, FA and E3. RGB value is (241,250,227). Sum of RGB (Red+Green+Blue) = 241+250+227=718 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.57% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 227 (89.06% from 255 or 31.62% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FAE3 is #0E051C. Grayscale: #F4F4F4. Windows color (decimal): -918813 or 14940913. OLE color: 14940913.

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

Color convert

RGB241250227-
CMYK0.0400.090.02
HSL83.48º69.7%93.53%-
HSV(B)83.48º9.2%98.04%-
XYZ84.3392.6286.11-
YUV244.69118.02125.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.57%
GREEN value IS 250 (98.05% from 255) = 34.82%
BLUE value IS 227 (89.06% from 255) = 31.62%
R=33.57%
G=34.82%
B=31.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412502270.0400.090.0283.4869.793.53
HexF1FAE3409253465e
Octal36137234340112123106136
Binary1111000111111010111000111000100110101001110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAE3; }

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

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

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

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

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

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

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

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