#F1FAE1

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

Shades of Saltpan #F1FAE1

Tints of Saltpan #F1FAE1

Color information

#F1FAE1 (or 0xF1FAE1) is unknown color: approx Saltpan. HEX triplet: F1, FA and E1. RGB value is (241,250,225). Sum of RGB (Red+Green+Blue) = 241+250+225=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 225 (88.28% from 255 or 31.42% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FAE1 is #0E051E. Grayscale: #F4F4F4. Windows color (decimal): -918815 or 14809841. OLE color: 14809841.

HSL color Cylindrical-coordinate representation of color #F1FAE1: hue angle of 81.6º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1FAE1 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB241250225-
CMYK0.0400.100.02
HSL81.6º71.43%93.14%-
HSV(B)81.6º10%98.04%-
XYZ84.0592.5184.66-
YUV244.46117.02125.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.66%
GREEN value IS 250 (98.05% from 255) = 34.92%
BLUE value IS 225 (88.28% from 255) = 31.42%
R=33.66%
G=34.92%
B=31.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412502250.0400.100.0281.671.4393.14
HexF1FAE140A252475d
Octal36137234140122122107135
Binary1111000111111010111000011000101010101001010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAE1; }

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

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

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

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

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

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

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

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