Shades of Seashell #FFF9F7
Tints of Seashell #FFF9F7
RGB
CMYK
RGB Variations
Color information
#FFF9F7 (or 0xFFF9F7) is known color: Seashell. HEX triplet: FF, F9 and F7. RGB value is (255,249,247). Sum of RGB (Red+Green+Blue) = 255+249+247=751 (99% of max value = 765). Red value is 255 (100% from 255 or 33.95% from 751); Green value is 249 (97.66% from 255 or 33.16% from 751); Blue value is 247 (96.88% from 255 or 32.89% from 751); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9F7 is #000608. Grayscale: #FAFAFA. Windows color (decimal): -1545 or 16251391. OLE color: 16251391.
HSL color Cylindrical-coordinate representation of color #FFF9F7: hue angle of 15º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FFF9F7 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 249 | 247 | - |
CMYK | 0 | 0.02 | 0.03 | 0 |
HSL | 15º | 1% | 0.98% | - |
HSV(B) | 15º | 0.03% | 1% | - |
XYZ | 91.9 | 95.73 | 101.63 | - |
YUV | 250.57 | 125.99 | 131.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 249 | 247 | 0 | 0.02 | 0.03 | 0 | 15 | 1 | 0.98 |
Hex | FF | F9 | F7 | 0 | 2 | 3 | 0 | F | 64 | 62 |
Octal | 377 | 371 | 367 | 0 | 2 | 3 | 0 | 17 | 144 | 142 |
Binary | 11111111 | 11111001 | 11110111 | 0 | 10 | 11 | 0 | 1111 | 1100100 | 1100010 |
Color Harmonies of #FFF9F7
Complementary color
Monochromatic Colors of #FFF9F7
Black with #FFF9F7
Text Example
Text Example
White with #FFF9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9F7; }
p { color: rgb(255,249,247); }
H1.HeaderClassName
{
color: #FFF9F7;
}
.AnyTagClassName
{
color: #FFF9F7;
}
</style>
background-color css
<style>
a { background-color: #FFF9F7; }
a { background-color: rgb(255,249,247); }
div.DivClassName
{
background-color: #FFF9F7;
}
.BgClassName
{
background-color: #FFF9F7;
}
</style>
border-color css
<style>
span { border-color: #FFF9F7; }
span { border-color: rgb(255,249,247); }
td.TdClassName
{
border-color: #FFF9F7;
}
.TagClassName
{
border-color: #FFF9F7;
}
</style>