Shades of Saltpan #F1F9DF
Tints of Saltpan #F1F9DF
RGB
CMYK
RGB Variations
Color information
#F1F9DF (or 0xF1F9DF) is known color: Saltpan. HEX triplet: F1, F9 and DF. RGB value is (241,249,223). Sum of RGB (Red+Green+Blue) = 241+249+223=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 249 (97.66% from 255 or 34.92% from 713); Blue value is 223 (87.5% from 255 or 31.28% from 713); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F9DF is #0E0620. Grayscale: #F3F3F3. Windows color (decimal): -919073 or 14678513. OLE color: 14678513.
HSL color Cylindrical-coordinate representation of color #F1F9DF: hue angle of 78.46º degrees, saturation: 0.68, 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 #F1F9DF is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 241 | 249 | 223 | - |
CMYK | 0.03 | 0 | 0.10 | 0.02 |
HSL | 78.46º | 0.68% | 0.93% | - |
HSV(B) | 78.46º | 0.1% | 0.98% | - |
XYZ | 83.47 | 91.78 | 83.13 | - |
YUV | 243.64 | 116.35 | 126.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 249 | 223 | 0.03 | 0 | 0.10 | 0.02 | 78.46 | 0.68 | 0.93 |
Hex | F1 | F9 | DF | 3 | 0 | A | 2 | 4E | 44 | 5D |
Octal | 361 | 371 | 337 | 3 | 0 | 12 | 2 | 116 | 104 | 135 |
Binary | 11110001 | 11111001 | 11011111 | 11 | 0 | 1010 | 10 | 1001110 | 1000100 | 1011101 |
Color Harmonies of #F1F9DF
Complementary color
Monochromatic Colors of #F1F9DF
Black with #F1F9DF
Text Example
Text Example
White with #F1F9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F9DF; }
p { color: rgb(241,249,223); }
H1.HeaderClassName
{
color: #F1F9DF;
}
.AnyTagClassName
{
color: #F1F9DF;
}
</style>
background-color css
<style>
a { background-color: #F1F9DF; }
a { background-color: rgb(241,249,223); }
div.DivClassName
{
background-color: #F1F9DF;
}
.BgClassName
{
background-color: #F1F9DF;
}
</style>
border-color css
<style>
span { border-color: #F1F9DF; }
span { border-color: rgb(241,249,223); }
td.TdClassName
{
border-color: #F1F9DF;
}
.TagClassName
{
border-color: #F1F9DF;
}
</style>