Shades of Saltpan #F1F9E4
Tints of Saltpan #F1F9E4
RGB
CMYK
RGB Variations
Color information
#F1F9E4 (or 0xF1F9E4) is known color: Saltpan. HEX triplet: F1, F9 and E4. RGB value is (241,249,228). Sum of RGB (Red+Green+Blue) = 241+249+228=718 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.57% from 718); Green value is 249 (97.66% from 255 or 34.68% from 718); Blue value is 228 (89.45% from 255 or 31.75% from 718); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F9E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F9E4 is #0E061B. Grayscale: #F4F4F4. Windows color (decimal): -919068 or 15006193. OLE color: 15006193.
HSL color Cylindrical-coordinate representation of color #F1F9E4: hue angle of 82.86º degrees, saturation: 0.64, 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 #F1F9E4 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 241 | 249 | 228 | - |
CMYK | 0.03 | 0 | 0.08 | 0.02 |
HSL | 82.86º | 0.64% | 0.94% | - |
HSV(B) | 82.86º | 0.08% | 0.98% | - |
XYZ | 84.15 | 92.05 | 86.73 | - |
YUV | 244.21 | 118.85 | 125.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 249 | 228 | 0.03 | 0 | 0.08 | 0.02 | 82.86 | 0.64 | 0.94 |
Hex | F1 | F9 | E4 | 3 | 0 | 8 | 2 | 53 | 40 | 5E |
Octal | 361 | 371 | 344 | 3 | 0 | 10 | 2 | 123 | 100 | 136 |
Binary | 11110001 | 11111001 | 11100100 | 11 | 0 | 1000 | 10 | 1010011 | 1000000 | 1011110 |
Color Harmonies of #F1F9E4
Complementary color
Monochromatic Colors of #F1F9E4
Black with #F1F9E4
Text Example
Text Example
White with #F1F9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F9E4; }
p { color: rgb(241,249,228); }
H1.HeaderClassName
{
color: #F1F9E4;
}
.AnyTagClassName
{
color: #F1F9E4;
}
</style>
background-color css
<style>
a { background-color: #F1F9E4; }
a { background-color: rgb(241,249,228); }
div.DivClassName
{
background-color: #F1F9E4;
}
.BgClassName
{
background-color: #F1F9E4;
}
</style>
border-color css
<style>
span { border-color: #F1F9E4; }
span { border-color: rgb(241,249,228); }
td.TdClassName
{
border-color: #F1F9E4;
}
.TagClassName
{
border-color: #F1F9E4;
}
</style>