Shades of Seashell #FDFAF7
Tints of Seashell #FDFAF7
RGB
CMYK
RGB Variations
Color information
#FDFAF7 (or 0xFDFAF7) is known color: Seashell. HEX triplet: FD, FA and F7. RGB value is (253,250,247). Sum of RGB (Red+Green+Blue) = 253+250+247=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 250 (98.05% from 255 or 33.33% from 750); Blue value is 247 (96.88% from 255 or 32.93% from 750); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAF7 is #020508. Grayscale: #FAFAFA. Windows color (decimal): -132361 or 16251645. OLE color: 16251645.
HSL color Cylindrical-coordinate representation of color #FDFAF7: hue angle of 30º degrees, saturation: 0.6, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDFAF7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 247 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.01 |
| HSL | 30º | 0.6% | 0.98% | - |
| HSV(B) | 30º | 0.02% | 0.99% | - |
| XYZ | 91.48 | 95.97 | 101.7 | - |
| YUV | 250.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 247 | 0 | 0.01 | 0.02 | 0.01 | 30 | 0.6 | 0.98 |
| Hex | FD | FA | F7 | 0 | 1 | 2 | 1 | 1E | 3C | 62 |
| Octal | 375 | 372 | 367 | 0 | 1 | 2 | 1 | 36 | 74 | 142 |
| Binary | 11111101 | 11111010 | 11110111 | 0 | 1 | 10 | 1 | 11110 | 111100 | 1100010 |
Color Harmonies of #FDFAF7
Complementary color
Monochromatic Colors of #FDFAF7
Black with #FDFAF7
Text Example
Text Example
White with #FDFAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAF7; }
p { color: rgb(253,250,247); }
H1.HeaderClassName
{
color: #FDFAF7;
}
.AnyTagClassName
{
color: #FDFAF7;
}
</style>
background-color css
<style>
a { background-color: #FDFAF7; }
a { background-color: rgb(253,250,247); }
div.DivClassName
{
background-color: #FDFAF7;
}
.BgClassName
{
background-color: #FDFAF7;
}
</style>
border-color css
<style>
span { border-color: #FDFAF7; }
span { border-color: rgb(253,250,247); }
td.TdClassName
{
border-color: #FDFAF7;
}
.TagClassName
{
border-color: #FDFAF7;
}
</style>