Shades of Seashell #FDF2EB
Tints of Seashell #FDF2EB
RGB
CMYK
RGB Variations
Color information
#FDF2EB (or 0xFDF2EB) is known color: Seashell. HEX triplet: FD, F2 and EB. RGB value is (253,242,235). Sum of RGB (Red+Green+Blue) = 253+242+235=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 242 (94.92% from 255 or 33.15% from 730); Blue value is 235 (92.19% from 255 or 32.19% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2EB is #020D14. Grayscale: #F4F4F4. Windows color (decimal): -134421 or 15463165. OLE color: 15463165.
HSL color Cylindrical-coordinate representation of color #FDF2EB: hue angle of 23.33º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDF2EB is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 242 | 235 | - |
CMYK | 0 | 0.04 | 0.07 | 0.01 |
HSL | 23.33º | 0.82% | 0.96% | - |
HSV(B) | 23.33º | 0.07% | 0.99% | - |
XYZ | 87.26 | 90.39 | 91.44 | - |
YUV | 244.49 | 122.64 | 134.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 242 | 235 | 0 | 0.04 | 0.07 | 0.01 | 23.33 | 0.82 | 0.96 |
Hex | FD | F2 | EB | 0 | 4 | 7 | 1 | 17 | 52 | 60 |
Octal | 375 | 362 | 353 | 0 | 4 | 7 | 1 | 27 | 122 | 140 |
Binary | 11111101 | 11110010 | 11101011 | 0 | 100 | 111 | 1 | 10111 | 1010010 | 1100000 |
Color Harmonies of #FDF2EB
Complementary color
Monochromatic Colors of #FDF2EB
Black with #FDF2EB
Text Example
Text Example
White with #FDF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2EB; }
p { color: rgb(253,242,235); }
H1.HeaderClassName
{
color: #FDF2EB;
}
.AnyTagClassName
{
color: #FDF2EB;
}
</style>
background-color css
<style>
a { background-color: #FDF2EB; }
a { background-color: rgb(253,242,235); }
div.DivClassName
{
background-color: #FDF2EB;
}
.BgClassName
{
background-color: #FDF2EB;
}
</style>
border-color css
<style>
span { border-color: #FDF2EB; }
span { border-color: rgb(253,242,235); }
td.TdClassName
{
border-color: #FDF2EB;
}
.TagClassName
{
border-color: #FDF2EB;
}
</style>