Shades of Seashell #FFFCFA
Tints of Seashell #FFFCFA
RGB
CMYK
RGB Variations
Color information
#FFFCFA (or 0xFFFCFA) is known color: Seashell. HEX triplet: FF, FC and FA. RGB value is (255,252,250). Sum of RGB (Red+Green+Blue) = 255+252+250=757 (100% of max value = 765). Red value is 255 (100% from 255 or 33.69% from 757); Green value is 252 (98.83% from 255 or 33.29% from 757); Blue value is 250 (98.05% from 255 or 33.03% from 757); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCFA is #000305. Grayscale: #FCFCFC. Windows color (decimal): -774 or 16448767. OLE color: 16448767.
HSL color Cylindrical-coordinate representation of color #FFFCFA: hue angle of 24º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FFFCFA is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 250 | - |
CMYK | 0 | 0.01 | 0.02 | 0 |
HSL | 24º | 1% | 0.99% | - |
HSV(B) | 24º | 0.02% | 1% | - |
XYZ | 93.31 | 97.78 | 104.4 | - |
YUV | 252.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 250 | 0 | 0.01 | 0.02 | 0 | 24 | 1 | 0.99 |
Hex | FF | FC | FA | 0 | 1 | 2 | 0 | 18 | 64 | 63 |
Octal | 377 | 374 | 372 | 0 | 1 | 2 | 0 | 30 | 144 | 143 |
Binary | 11111111 | 11111100 | 11111010 | 0 | 1 | 10 | 0 | 11000 | 1100100 | 1100011 |
Color Harmonies of #FFFCFA
Complementary color
Monochromatic Colors of #FFFCFA
Black with #FFFCFA
Text Example
Text Example
White with #FFFCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCFA; }
p { color: rgb(255,252,250); }
H1.HeaderClassName
{
color: #FFFCFA;
}
.AnyTagClassName
{
color: #FFFCFA;
}
</style>
background-color css
<style>
a { background-color: #FFFCFA; }
a { background-color: rgb(255,252,250); }
div.DivClassName
{
background-color: #FFFCFA;
}
.BgClassName
{
background-color: #FFFCFA;
}
</style>
border-color css
<style>
span { border-color: #FFFCFA; }
span { border-color: rgb(255,252,250); }
td.TdClassName
{
border-color: #FFFCFA;
}
.TagClassName
{
border-color: #FFFCFA;
}
</style>