Shades of Seashell #FDFAF8
Tints of Seashell #FDFAF8
RGB
CMYK
RGB Variations
Color information
#FDFAF8 (or 0xFDFAF8) is known color: Seashell. HEX triplet: FD, FA and F8. RGB value is (253,250,248). Sum of RGB (Red+Green+Blue) = 253+250+248=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 250 (98.05% from 255 or 33.29% from 751); Blue value is 248 (97.27% from 255 or 33.02% from 751); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAF8 is #020507. Grayscale: #FAFAFA. Windows color (decimal): -132360 or 16317181. OLE color: 16317181.
HSL color Cylindrical-coordinate representation of color #FDFAF8: hue angle of 24º degrees, saturation: 0.56, 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 #FDFAF8 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 248 | - |
CMYK | 0 | 0.01 | 0.02 | 0.01 |
HSL | 24º | 0.56% | 0.98% | - |
HSV(B) | 24º | 0.02% | 0.99% | - |
XYZ | 91.64 | 96.03 | 102.51 | - |
YUV | 250.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 248 | 0 | 0.01 | 0.02 | 0.01 | 24 | 0.56 | 0.98 |
Hex | FD | FA | F8 | 0 | 1 | 2 | 1 | 18 | 38 | 62 |
Octal | 375 | 372 | 370 | 0 | 1 | 2 | 1 | 30 | 70 | 142 |
Binary | 11111101 | 11111010 | 11111000 | 0 | 1 | 10 | 1 | 11000 | 111000 | 1100010 |
Color Harmonies of #FDFAF8
Complementary color
Monochromatic Colors of #FDFAF8
Black with #FDFAF8
Text Example
Text Example
White with #FDFAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAF8; }
p { color: rgb(253,250,248); }
H1.HeaderClassName
{
color: #FDFAF8;
}
.AnyTagClassName
{
color: #FDFAF8;
}
</style>
background-color css
<style>
a { background-color: #FDFAF8; }
a { background-color: rgb(253,250,248); }
div.DivClassName
{
background-color: #FDFAF8;
}
.BgClassName
{
background-color: #FDFAF8;
}
</style>
border-color css
<style>
span { border-color: #FDFAF8; }
span { border-color: rgb(253,250,248); }
td.TdClassName
{
border-color: #FDFAF8;
}
.TagClassName
{
border-color: #FDFAF8;
}
</style>