Shades of Seashell #FAF6F2
Tints of Seashell #FAF6F2
RGB
CMYK
RGB Variations
Color information
#FAF6F2 (or 0xFAF6F2) is known color: Seashell. HEX triplet: FA, F6 and F2. RGB value is (250,246,242). Sum of RGB (Red+Green+Blue) = 250+246+242=738 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.88% from 738); Green value is 246 (96.48% from 255 or 33.33% from 738); Blue value is 242 (94.92% from 255 or 32.79% from 738); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6F2 is #05090D. Grayscale: #F6F6F6. Windows color (decimal): -329998 or 15922938. OLE color: 15922938.
HSL color Cylindrical-coordinate representation of color #FAF6F2: hue angle of 30º degrees, saturation: 0.44, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FAF6F2 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 246 | 242 | - |
CMYK | 0 | 0.02 | 0.03 | 0.02 |
HSL | 30º | 0.44% | 0.96% | - |
HSV(B) | 30º | 0.03% | 0.98% | - |
XYZ | 88.41 | 92.65 | 97.23 | - |
YUV | 246.74 | 125.33 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 246 | 242 | 0 | 0.02 | 0.03 | 0.02 | 30 | 0.44 | 0.96 |
Hex | FA | F6 | F2 | 0 | 2 | 3 | 2 | 1E | 2C | 60 |
Octal | 372 | 366 | 362 | 0 | 2 | 3 | 2 | 36 | 54 | 140 |
Binary | 11111010 | 11110110 | 11110010 | 0 | 10 | 11 | 10 | 11110 | 101100 | 1100000 |
Color Harmonies of #FAF6F2
Complementary color
Monochromatic Colors of #FAF6F2
Black with #FAF6F2
Text Example
Text Example
White with #FAF6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6F2; }
p { color: rgb(250,246,242); }
H1.HeaderClassName
{
color: #FAF6F2;
}
.AnyTagClassName
{
color: #FAF6F2;
}
</style>
background-color css
<style>
a { background-color: #FAF6F2; }
a { background-color: rgb(250,246,242); }
div.DivClassName
{
background-color: #FAF6F2;
}
.BgClassName
{
background-color: #FAF6F2;
}
</style>
border-color css
<style>
span { border-color: #FAF6F2; }
span { border-color: rgb(250,246,242); }
td.TdClassName
{
border-color: #FAF6F2;
}
.TagClassName
{
border-color: #FAF6F2;
}
</style>