Shades of Saltpan #FCFDFB
Tints of Saltpan #FCFDFB
RGB
CMYK
RGB Variations
Color information
#FCFDFB (or 0xFCFDFB) is known color: Saltpan. HEX triplet: FC, FD and FB. RGB value is (252,253,251). Sum of RGB (Red+Green+Blue) = 252+253+251=756 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.33% from 756); Green value is 253 (99.22% from 255 or 33.47% from 756); Blue value is 251 (98.44% from 255 or 33.20% from 756); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDFB is #030204. Grayscale: #FCFCFC. Windows color (decimal): -197125 or 16514556. OLE color: 16514556.
HSL color Cylindrical-coordinate representation of color #FCFDFB: hue angle of 90º degrees, saturation: 0.33, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFDFB is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 251 | - |
CMYK | 0.00 | 0 | 0.01 | 0.01 |
HSL | 90º | 0.33% | 0.99% | - |
HSV(B) | 90º | 0.01% | 0.99% | - |
XYZ | 92.68 | 97.91 | 105.28 | - |
YUV | 252.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 251 | 0.00 | 0 | 0.01 | 0.01 | 90 | 0.33 | 0.99 |
Hex | FC | FD | FB | 0 | 0 | 1 | 1 | 5A | 21 | 63 |
Octal | 374 | 375 | 373 | 0 | 0 | 1 | 1 | 132 | 41 | 143 |
Binary | 11111100 | 11111101 | 11111011 | 0 | 0 | 1 | 1 | 1011010 | 100001 | 1100011 |
Color Harmonies of #FCFDFB
Complementary color
Monochromatic Colors of #FCFDFB
Black with #FCFDFB
Text Example
Text Example
White with #FCFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDFB; }
p { color: rgb(252,253,251); }
H1.HeaderClassName
{
color: #FCFDFB;
}
.AnyTagClassName
{
color: #FCFDFB;
}
</style>
background-color css
<style>
a { background-color: #FCFDFB; }
a { background-color: rgb(252,253,251); }
div.DivClassName
{
background-color: #FCFDFB;
}
.BgClassName
{
background-color: #FCFDFB;
}
</style>
border-color css
<style>
span { border-color: #FCFDFB; }
span { border-color: rgb(252,253,251); }
td.TdClassName
{
border-color: #FCFDFB;
}
.TagClassName
{
border-color: #FCFDFB;
}
</style>