Shades of Seashell #FAF3ED
Tints of Seashell #FAF3ED
RGB
CMYK
RGB Variations
Color information
#FAF3ED (or 0xFAF3ED) is known color: Seashell. HEX triplet: FA, F3 and ED. RGB value is (250,243,237). Sum of RGB (Red+Green+Blue) = 250+243+237=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 243 (95.31% from 255 or 33.29% from 730); Blue value is 237 (92.97% from 255 or 32.47% from 730); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF3ED is #050C12. Grayscale: #F4F4F4. Windows color (decimal): -330771 or 15594490. OLE color: 15594490.
HSL color Cylindrical-coordinate representation of color #FAF3ED: hue angle of 27.69º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAF3ED is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 243 | 237 | - |
CMYK | 0 | 0.03 | 0.05 | 0.02 |
HSL | 27.69º | 0.57% | 0.95% | - |
HSV(B) | 27.69º | 0.05% | 0.98% | - |
XYZ | 86.76 | 90.54 | 93.02 | - |
YUV | 244.41 | 123.82 | 131.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 243 | 237 | 0 | 0.03 | 0.05 | 0.02 | 27.69 | 0.57 | 0.95 |
Hex | FA | F3 | ED | 0 | 3 | 5 | 2 | 1C | 39 | 5F |
Octal | 372 | 363 | 355 | 0 | 3 | 5 | 2 | 34 | 71 | 137 |
Binary | 11111010 | 11110011 | 11101101 | 0 | 11 | 101 | 10 | 11100 | 111001 | 1011111 |
Color Harmonies of #FAF3ED
Complementary color
Monochromatic Colors of #FAF3ED
Black with #FAF3ED
Text Example
Text Example
White with #FAF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF3ED; }
p { color: rgb(250,243,237); }
H1.HeaderClassName
{
color: #FAF3ED;
}
.AnyTagClassName
{
color: #FAF3ED;
}
</style>
background-color css
<style>
a { background-color: #FAF3ED; }
a { background-color: rgb(250,243,237); }
div.DivClassName
{
background-color: #FAF3ED;
}
.BgClassName
{
background-color: #FAF3ED;
}
</style>
border-color css
<style>
span { border-color: #FAF3ED; }
span { border-color: rgb(250,243,237); }
td.TdClassName
{
border-color: #FAF3ED;
}
.TagClassName
{
border-color: #FAF3ED;
}
</style>