Shades of Seashell #FBFAF9
Tints of Seashell #FBFAF9
RGB
CMYK
RGB Variations
Color information
#FBFAF9 (or 0xFBFAF9) is known color: Seashell. HEX triplet: FB, FA and F9. RGB value is (251,250,249). Sum of RGB (Red+Green+Blue) = 251+250+249=750 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.47% from 750); Green value is 250 (98.05% from 255 or 33.33% from 750); Blue value is 249 (97.66% from 255 or 33.2% from 750); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAF9 is #040506. Grayscale: #FAFAFA. Windows color (decimal): -263431 or 16382715. OLE color: 16382715.
HSL color Cylindrical-coordinate representation of color #FBFAF9: hue angle of 30º degrees, saturation: 0.2, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FBFAF9 is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 250 | 249 | - |
CMYK | 0 | 0.00 | 0.01 | 0.02 |
HSL | 30º | 0.2% | 0.98% | - |
HSV(B) | 30º | 0.01% | 0.98% | - |
XYZ | 91.07 | 95.72 | 103.3 | - |
YUV | 250.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 250 | 249 | 0 | 0.00 | 0.01 | 0.02 | 30 | 0.2 | 0.98 |
Hex | FB | FA | F9 | 0 | 0 | 1 | 2 | 1E | 14 | 62 |
Octal | 373 | 372 | 371 | 0 | 0 | 1 | 2 | 36 | 24 | 142 |
Binary | 11111011 | 11111010 | 11111001 | 0 | 0 | 1 | 10 | 11110 | 10100 | 1100010 |
Color Harmonies of #FBFAF9
Complementary color
Monochromatic Colors of #FBFAF9
Black with #FBFAF9
Text Example
Text Example
White with #FBFAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFAF9; }
p { color: rgb(251,250,249); }
H1.HeaderClassName
{
color: #FBFAF9;
}
.AnyTagClassName
{
color: #FBFAF9;
}
</style>
background-color css
<style>
a { background-color: #FBFAF9; }
a { background-color: rgb(251,250,249); }
div.DivClassName
{
background-color: #FBFAF9;
}
.BgClassName
{
background-color: #FBFAF9;
}
</style>
border-color css
<style>
span { border-color: #FBFAF9; }
span { border-color: rgb(251,250,249); }
td.TdClassName
{
border-color: #FBFAF9;
}
.TagClassName
{
border-color: #FBFAF9;
}
</style>