Shades of Seashell #FFFBF9
Tints of Seashell #FFFBF9
RGB
CMYK
RGB Variations
Color information
#FFFBF9 (or 0xFFFBF9) is known color: Seashell. HEX triplet: FF, FB and F9. RGB value is (255,251,249). Sum of RGB (Red+Green+Blue) = 255+251+249=755 (100% of max value = 765). Red value is 255 (100% from 255 or 33.77% from 755); Green value is 251 (98.44% from 255 or 33.25% from 755); Blue value is 249 (97.66% from 255 or 32.98% from 755); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFBF9 is #000406. Grayscale: #FBFBFB. Windows color (decimal): -1031 or 16382975. OLE color: 16382975.
HSL color Cylindrical-coordinate representation of color #FFFBF9: hue angle of 20º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FFFBF9 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 251 | 249 | - |
CMYK | 0 | 0.02 | 0.02 | 0 |
HSL | 20º | 1% | 0.99% | - |
HSV(B) | 20º | 0.02% | 1% | - |
XYZ | 92.84 | 97.09 | 103.47 | - |
YUV | 251.97 | 126.33 | 130.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 251 | 249 | 0 | 0.02 | 0.02 | 0 | 20 | 1 | 0.99 |
Hex | FF | FB | F9 | 0 | 2 | 2 | 0 | 14 | 64 | 63 |
Octal | 377 | 373 | 371 | 0 | 2 | 2 | 0 | 24 | 144 | 143 |
Binary | 11111111 | 11111011 | 11111001 | 0 | 10 | 10 | 0 | 10100 | 1100100 | 1100011 |
Color Harmonies of #FFFBF9
Complementary color
Monochromatic Colors of #FFFBF9
Black with #FFFBF9
Text Example
Text Example
White with #FFFBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBF9; }
p { color: rgb(255,251,249); }
H1.HeaderClassName
{
color: #FFFBF9;
}
.AnyTagClassName
{
color: #FFFBF9;
}
</style>
background-color css
<style>
a { background-color: #FFFBF9; }
a { background-color: rgb(255,251,249); }
div.DivClassName
{
background-color: #FFFBF9;
}
.BgClassName
{
background-color: #FFFBF9;
}
</style>
border-color css
<style>
span { border-color: #FFFBF9; }
span { border-color: rgb(255,251,249); }
td.TdClassName
{
border-color: #FFFBF9;
}
.TagClassName
{
border-color: #FFFBF9;
}
</style>