Shades of Saltpan #FDFEFC
Tints of Saltpan #FDFEFC
RGB
CMYK
RGB Variations
Color information
#FDFEFC (or 0xFDFEFC) is known color: Saltpan. HEX triplet: FD, FE and FC. RGB value is (253,254,252). Sum of RGB (Red+Green+Blue) = 253+254+252=759 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.33% from 759); Green value is 254 (99.61% from 255 or 33.47% from 759); Blue value is 252 (98.83% from 255 or 33.20% from 759); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEFC is #020103. Grayscale: #FDFDFD. Windows color (decimal): -131332 or 16580349. OLE color: 16580349.
HSL color Cylindrical-coordinate representation of color #FDFEFC: hue angle of 90º degrees, saturation: 0.5, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FDFEFC is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 252 | - |
CMYK | 0.00 | 0 | 0.01 | 0.00 |
HSL | 90º | 0.5% | 0.99% | - |
HSV(B) | 90º | 0.01% | 1% | - |
XYZ | 93.52 | 98.79 | 106.24 | - |
YUV | 253.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 252 | 0.00 | 0 | 0.01 | 0.00 | 90 | 0.5 | 0.99 |
Hex | FD | FE | FC | 0 | 0 | 1 | 0 | 5A | 32 | 63 |
Octal | 375 | 376 | 374 | 0 | 0 | 1 | 0 | 132 | 62 | 143 |
Binary | 11111101 | 11111110 | 11111100 | 0 | 0 | 1 | 0 | 1011010 | 110010 | 1100011 |
Color Harmonies of #FDFEFC
Complementary color
Monochromatic Colors of #FDFEFC
Black with #FDFEFC
Text Example
Text Example
White with #FDFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEFC; }
p { color: rgb(253,254,252); }
H1.HeaderClassName
{
color: #FDFEFC;
}
.AnyTagClassName
{
color: #FDFEFC;
}
</style>
background-color css
<style>
a { background-color: #FDFEFC; }
a { background-color: rgb(253,254,252); }
div.DivClassName
{
background-color: #FDFEFC;
}
.BgClassName
{
background-color: #FDFEFC;
}
</style>
border-color css
<style>
span { border-color: #FDFEFC; }
span { border-color: rgb(253,254,252); }
td.TdClassName
{
border-color: #FDFEFC;
}
.TagClassName
{
border-color: #FDFEFC;
}
</style>