Shades of Seashell #FFF2E9
Tints of Seashell #FFF2E9
RGB
CMYK
RGB Variations
Color information
#FFF2E9 (or 0xFFF2E9) is known color: Seashell. HEX triplet: FF, F2 and E9. RGB value is (255,242,233). Sum of RGB (Red+Green+Blue) = 255+242+233=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 242 (94.92% from 255 or 33.15% from 730); Blue value is 233 (91.41% from 255 or 31.92% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2E9 is #000D16. Grayscale: #F4F4F4. Windows color (decimal): -3351 or 15332095. OLE color: 15332095.
HSL color Cylindrical-coordinate representation of color #FFF2E9: hue angle of 24.55º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFF2E9 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 233 | - |
| CMYK | 0 | 0.05 | 0.09 | 0 |
| HSL | 24.55º | 1% | 0.96% | - |
| HSV(B) | 24.55º | 0.09% | 1% | - |
| XYZ | 87.7 | 90.65 | 89.97 | - |
| YUV | 244.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 233 | 0 | 0.05 | 0.09 | 0 | 24.55 | 1 | 0.96 |
| Hex | FF | F2 | E9 | 0 | 5 | 9 | 0 | 19 | 64 | 60 |
| Octal | 377 | 362 | 351 | 0 | 5 | 11 | 0 | 31 | 144 | 140 |
| Binary | 11111111 | 11110010 | 11101001 | 0 | 101 | 1001 | 0 | 11001 | 1100100 | 1100000 |
Color Harmonies of #FFF2E9
Complementary color
Monochromatic Colors of #FFF2E9
Black with #FFF2E9
Text Example
Text Example
White with #FFF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2E9; }
p { color: rgb(255,242,233); }
H1.HeaderClassName
{
color: #FFF2E9;
}
.AnyTagClassName
{
color: #FFF2E9;
}
</style>
background-color css
<style>
a { background-color: #FFF2E9; }
a { background-color: rgb(255,242,233); }
div.DivClassName
{
background-color: #FFF2E9;
}
.BgClassName
{
background-color: #FFF2E9;
}
</style>
border-color css
<style>
span { border-color: #FFF2E9; }
span { border-color: rgb(255,242,233); }
td.TdClassName
{
border-color: #FFF2E9;
}
.TagClassName
{
border-color: #FFF2E9;
}
</style>