Shades of Seashell #FDF2EA
Tints of Seashell #FDF2EA
RGB
CMYK
RGB Variations
Color information
#FDF2EA (or 0xFDF2EA) is known color: Seashell. HEX triplet: FD, F2 and EA. RGB value is (253,242,234). Sum of RGB (Red+Green+Blue) = 253+242+234=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 242 (94.92% from 255 or 33.20% from 729); Blue value is 234 (91.80% from 255 or 32.10% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2EA is #020D15. Grayscale: #F4F4F4. Windows color (decimal): -134422 or 15397629. OLE color: 15397629.
HSL color Cylindrical-coordinate representation of color #FDF2EA: hue angle of 25.26º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDF2EA is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 234 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.01 |
| HSL | 25.26º | 0.83% | 0.95% | - |
| HSV(B) | 25.26º | 0.08% | 0.99% | - |
| XYZ | 87.11 | 90.33 | 90.69 | - |
| YUV | 244.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 234 | 0 | 0.04 | 0.08 | 0.01 | 25.26 | 0.83 | 0.95 |
| Hex | FD | F2 | EA | 0 | 4 | 8 | 1 | 19 | 53 | 5F |
| Octal | 375 | 362 | 352 | 0 | 4 | 10 | 1 | 31 | 123 | 137 |
| Binary | 11111101 | 11110010 | 11101010 | 0 | 100 | 1000 | 1 | 11001 | 1010011 | 1011111 |
Color Harmonies of #FDF2EA
Complementary color
Monochromatic Colors of #FDF2EA
Black with #FDF2EA
Text Example
Text Example
White with #FDF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2EA; }
p { color: rgb(253,242,234); }
H1.HeaderClassName
{
color: #FDF2EA;
}
.AnyTagClassName
{
color: #FDF2EA;
}
</style>
background-color css
<style>
a { background-color: #FDF2EA; }
a { background-color: rgb(253,242,234); }
div.DivClassName
{
background-color: #FDF2EA;
}
.BgClassName
{
background-color: #FDF2EA;
}
</style>
border-color css
<style>
span { border-color: #FDF2EA; }
span { border-color: rgb(253,242,234); }
td.TdClassName
{
border-color: #FDF2EA;
}
.TagClassName
{
border-color: #FDF2EA;
}
</style>