Shades of Saltpan #FCFEFA
Tints of Saltpan #FCFEFA
RGB
CMYK
RGB Variations
Color information
#FCFEFA (or 0xFCFEFA) is known color: Saltpan. HEX triplet: FC, FE and FA. RGB value is (252,254,250). Sum of RGB (Red+Green+Blue) = 252+254+250=756 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.33% from 756); Green value is 254 (99.61% from 255 or 33.60% from 756); Blue value is 250 (98.05% from 255 or 33.07% from 756); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEFA is #030105. Grayscale: #FCFCFC. Windows color (decimal): -196870 or 16449276. OLE color: 16449276.
HSL color Cylindrical-coordinate representation of color #FCFEFA: hue angle of 90º degrees, saturation: 0.67, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FCFEFA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 250 | - |
CMYK | 0.01 | 0 | 0.02 | 0.00 |
HSL | 90º | 0.67% | 0.99% | - |
HSV(B) | 90º | 0.02% | 1% | - |
XYZ | 92.84 | 98.48 | 104.56 | - |
YUV | 252.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 250 | 0.01 | 0 | 0.02 | 0.00 | 90 | 0.67 | 0.99 |
Hex | FC | FE | FA | 1 | 0 | 2 | 0 | 5A | 43 | 63 |
Octal | 374 | 376 | 372 | 1 | 0 | 2 | 0 | 132 | 103 | 143 |
Binary | 11111100 | 11111110 | 11111010 | 1 | 0 | 10 | 0 | 1011010 | 1000011 | 1100011 |
Color Harmonies of #FCFEFA
Complementary color
Monochromatic Colors of #FCFEFA
Black with #FCFEFA
Text Example
Text Example
White with #FCFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEFA; }
p { color: rgb(252,254,250); }
H1.HeaderClassName
{
color: #FCFEFA;
}
.AnyTagClassName
{
color: #FCFEFA;
}
</style>
background-color css
<style>
a { background-color: #FCFEFA; }
a { background-color: rgb(252,254,250); }
div.DivClassName
{
background-color: #FCFEFA;
}
.BgClassName
{
background-color: #FCFEFA;
}
</style>
border-color css
<style>
span { border-color: #FCFEFA; }
span { border-color: rgb(252,254,250); }
td.TdClassName
{
border-color: #FCFEFA;
}
.TagClassName
{
border-color: #FCFEFA;
}
</style>