Shades of Saltpan #F3FFE5
Tints of Saltpan #F3FFE5
RGB
CMYK
RGB Variations
Color information
#F3FFE5 (or 0xF3FFE5) is known color: Saltpan. HEX triplet: F3, FF and E5. RGB value is (243,255,229). Sum of RGB (Red+Green+Blue) = 243+255+229=727 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.43% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 229 (89.84% from 255 or 31.50% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FFE5 is #0C001A. Grayscale: #F8F8F8. Windows color (decimal): -786459 or 15073267. OLE color: 15073267.
HSL color Cylindrical-coordinate representation of color #F3FFE5: hue angle of 87.69º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3FFE5 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 243 | 255 | 229 | - |
CMYK | 0.05 | 0 | 0.10 | 0 |
HSL | 87.69º | 1% | 0.95% | - |
HSV(B) | 87.69º | 0.1% | 1% | - |
XYZ | 86.87 | 96.23 | 88.13 | - |
YUV | 248.45 | 117.02 | 124.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 255 | 229 | 0.05 | 0 | 0.10 | 0 | 87.69 | 1 | 0.95 |
Hex | F3 | FF | E5 | 5 | 0 | A | 0 | 58 | 64 | 5F |
Octal | 363 | 377 | 345 | 5 | 0 | 12 | 0 | 130 | 144 | 137 |
Binary | 11110011 | 11111111 | 11100101 | 101 | 0 | 1010 | 0 | 1011000 | 1100100 | 1011111 |
Color Harmonies of #F3FFE5
Complementary color
Monochromatic Colors of #F3FFE5
Black with #F3FFE5
Text Example
Text Example
White with #F3FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FFE5; }
p { color: rgb(243,255,229); }
H1.HeaderClassName
{
color: #F3FFE5;
}
.AnyTagClassName
{
color: #F3FFE5;
}
</style>
background-color css
<style>
a { background-color: #F3FFE5; }
a { background-color: rgb(243,255,229); }
div.DivClassName
{
background-color: #F3FFE5;
}
.BgClassName
{
background-color: #F3FFE5;
}
</style>
border-color css
<style>
span { border-color: #F3FFE5; }
span { border-color: rgb(243,255,229); }
td.TdClassName
{
border-color: #F3FFE5;
}
.TagClassName
{
border-color: #F3FFE5;
}
</style>