Shades of Saltpan #F3FFDA
Tints of Saltpan #F3FFDA
RGB
CMYK
RGB Variations
Color information
#F3FFDA (or 0xF3FFDA) is known color: Saltpan. HEX triplet: F3, FF and DA. RGB value is (243,255,218). Sum of RGB (Red+Green+Blue) = 243+255+218=716 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.94% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 218 (85.55% from 255 or 30.45% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FFDA is #0C0025. Grayscale: #F7F7F7. Windows color (decimal): -786470 or 14352371. OLE color: 14352371.
HSL color Cylindrical-coordinate representation of color #F3FFDA: hue angle of 79.46º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3FFDA is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 218 | - |
| CMYK | 0.05 | 0 | 0.15 | 0 |
| HSL | 79.46º | 1% | 0.93% | - |
| HSV(B) | 79.46º | 0.15% | 1% | - |
| XYZ | 85.38 | 95.64 | 80.29 | - |
| YUV | 247.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 218 | 0.05 | 0 | 0.15 | 0 | 79.46 | 1 | 0.93 |
| Hex | F3 | FF | DA | 5 | 0 | F | 0 | 4F | 64 | 5D |
| Octal | 363 | 377 | 332 | 5 | 0 | 17 | 0 | 117 | 144 | 135 |
| Binary | 11110011 | 11111111 | 11011010 | 101 | 0 | 1111 | 0 | 1001111 | 1100100 | 1011101 |
Color Harmonies of #F3FFDA
Complementary color
Monochromatic Colors of #F3FFDA
Black with #F3FFDA
Text Example
Text Example
White with #F3FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FFDA; }
p { color: rgb(243,255,218); }
H1.HeaderClassName
{
color: #F3FFDA;
}
.AnyTagClassName
{
color: #F3FFDA;
}
</style>
background-color css
<style>
a { background-color: #F3FFDA; }
a { background-color: rgb(243,255,218); }
div.DivClassName
{
background-color: #F3FFDA;
}
.BgClassName
{
background-color: #F3FFDA;
}
</style>
border-color css
<style>
span { border-color: #F3FFDA; }
span { border-color: rgb(243,255,218); }
td.TdClassName
{
border-color: #F3FFDA;
}
.TagClassName
{
border-color: #F3FFDA;
}
</style>