Shades of Seashell #FAF7F4
Tints of Seashell #FAF7F4
RGB
CMYK
RGB Variations
Color information
#FAF7F4 (or 0xFAF7F4) is known color: Seashell. HEX triplet: FA, F7 and F4. RGB value is (250,247,244). Sum of RGB (Red+Green+Blue) = 250+247+244=741 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.74% from 741); Green value is 247 (96.88% from 255 or 33.33% from 741); Blue value is 244 (95.70% from 255 or 32.93% from 741); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF7F4 is #05080B. Grayscale: #F7F7F7. Windows color (decimal): -329740 or 16054266. OLE color: 16054266.
HSL color Cylindrical-coordinate representation of color #FAF7F4: hue angle of 30º degrees, saturation: 0.38, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FAF7F4 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 247 | 244 | - |
CMYK | 0 | 0.01 | 0.02 | 0.02 |
HSL | 30º | 0.38% | 0.97% | - |
HSV(B) | 30º | 0.02% | 0.98% | - |
XYZ | 89.01 | 93.38 | 98.92 | - |
YUV | 247.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 247 | 244 | 0 | 0.01 | 0.02 | 0.02 | 30 | 0.38 | 0.97 |
Hex | FA | F7 | F4 | 0 | 1 | 2 | 2 | 1E | 26 | 61 |
Octal | 372 | 367 | 364 | 0 | 1 | 2 | 2 | 36 | 46 | 141 |
Binary | 11111010 | 11110111 | 11110100 | 0 | 1 | 10 | 10 | 11110 | 100110 | 1100001 |
Color Harmonies of #FAF7F4
Complementary color
Monochromatic Colors of #FAF7F4
Black with #FAF7F4
Text Example
Text Example
White with #FAF7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF7F4; }
p { color: rgb(250,247,244); }
H1.HeaderClassName
{
color: #FAF7F4;
}
.AnyTagClassName
{
color: #FAF7F4;
}
</style>
background-color css
<style>
a { background-color: #FAF7F4; }
a { background-color: rgb(250,247,244); }
div.DivClassName
{
background-color: #FAF7F4;
}
.BgClassName
{
background-color: #FAF7F4;
}
</style>
border-color css
<style>
span { border-color: #FAF7F4; }
span { border-color: rgb(250,247,244); }
td.TdClassName
{
border-color: #FAF7F4;
}
.TagClassName
{
border-color: #FAF7F4;
}
</style>