Shades of Seashell #FAF2EC
Tints of Seashell #FAF2EC
RGB
CMYK
RGB Variations
Color information
#FAF2EC (or 0xFAF2EC) is known color: Seashell. HEX triplet: FA, F2 and EC. RGB value is (250,242,236). Sum of RGB (Red+Green+Blue) = 250+242+236=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 242 (94.92% from 255 or 33.24% from 728); Blue value is 236 (92.58% from 255 or 32.42% from 728); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2EC is #050D13. Grayscale: #F3F3F3. Windows color (decimal): -331028 or 15528698. OLE color: 15528698.
HSL color Cylindrical-coordinate representation of color #FAF2EC: hue angle of 25.71º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAF2EC is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 236 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.02 |
| HSL | 25.71º | 0.58% | 0.95% | - |
| HSV(B) | 25.71º | 0.06% | 0.98% | - |
| XYZ | 86.32 | 89.88 | 92.16 | - |
| YUV | 243.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 236 | 0 | 0.03 | 0.06 | 0.02 | 25.71 | 0.58 | 0.95 |
| Hex | FA | F2 | EC | 0 | 3 | 6 | 2 | 1A | 3A | 5F |
| Octal | 372 | 362 | 354 | 0 | 3 | 6 | 2 | 32 | 72 | 137 |
| Binary | 11111010 | 11110010 | 11101100 | 0 | 11 | 110 | 10 | 11010 | 111010 | 1011111 |
Color Harmonies of #FAF2EC
Complementary color
Monochromatic Colors of #FAF2EC
Black with #FAF2EC
Text Example
Text Example
White with #FAF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2EC; }
p { color: rgb(250,242,236); }
H1.HeaderClassName
{
color: #FAF2EC;
}
.AnyTagClassName
{
color: #FAF2EC;
}
</style>
background-color css
<style>
a { background-color: #FAF2EC; }
a { background-color: rgb(250,242,236); }
div.DivClassName
{
background-color: #FAF2EC;
}
.BgClassName
{
background-color: #FAF2EC;
}
</style>
border-color css
<style>
span { border-color: #FAF2EC; }
span { border-color: rgb(250,242,236); }
td.TdClassName
{
border-color: #FAF2EC;
}
.TagClassName
{
border-color: #FAF2EC;
}
</style>