Shades of Seashell #FAF3EF
Tints of Seashell #FAF3EF
RGB
CMYK
RGB Variations
Color information
#FAF3EF (or 0xFAF3EF) is known color: Seashell. HEX triplet: FA, F3 and EF. RGB value is (250,243,239). Sum of RGB (Red+Green+Blue) = 250+243+239=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 243 (95.31% from 255 or 33.20% from 732); Blue value is 239 (93.75% from 255 or 32.65% from 732); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF3EF is #050C10. Grayscale: #F4F4F4. Windows color (decimal): -330769 or 15725562. OLE color: 15725562.
HSL color Cylindrical-coordinate representation of color #FAF3EF: hue angle of 21.82º degrees, saturation: 0.52, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FAF3EF is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 239 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.02 |
| HSL | 21.82º | 0.52% | 0.96% | - |
| HSV(B) | 21.82º | 0.04% | 0.98% | - |
| XYZ | 87.05 | 90.66 | 94.57 | - |
| YUV | 244.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 239 | 0 | 0.03 | 0.04 | 0.02 | 21.82 | 0.52 | 0.96 |
| Hex | FA | F3 | EF | 0 | 3 | 4 | 2 | 16 | 34 | 60 |
| Octal | 372 | 363 | 357 | 0 | 3 | 4 | 2 | 26 | 64 | 140 |
| Binary | 11111010 | 11110011 | 11101111 | 0 | 11 | 100 | 10 | 10110 | 110100 | 1100000 |
Color Harmonies of #FAF3EF
Complementary color
Monochromatic Colors of #FAF3EF
Black with #FAF3EF
Text Example
Text Example
White with #FAF3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF3EF; }
p { color: rgb(250,243,239); }
H1.HeaderClassName
{
color: #FAF3EF;
}
.AnyTagClassName
{
color: #FAF3EF;
}
</style>
background-color css
<style>
a { background-color: #FAF3EF; }
a { background-color: rgb(250,243,239); }
div.DivClassName
{
background-color: #FAF3EF;
}
.BgClassName
{
background-color: #FAF3EF;
}
</style>
border-color css
<style>
span { border-color: #FAF3EF; }
span { border-color: rgb(250,243,239); }
td.TdClassName
{
border-color: #FAF3EF;
}
.TagClassName
{
border-color: #FAF3EF;
}
</style>