Shades of Panache #FDFFFC
Tints of Panache #FDFFFC
RGB
CMYK
RGB Variations
Color information
#FDFFFC (or 0xFDFFFC) is known color: Panache. HEX triplet: FD, FF and FC. RGB value is (253,255,252). Sum of RGB (Red+Green+Blue) = 253+255+252=760 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.29% from 760); Green value is 255 (100% from 255 or 33.55% from 760); Blue value is 252 (98.83% from 255 or 33.16% from 760); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFFFC is #020003. Grayscale: #FEFEFE. Windows color (decimal): -131076 or 16580605. OLE color: 16580605.
HSL color Cylindrical-coordinate representation of color #FDFFFC: hue angle of 100º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FDFFFC is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 255 | 252 | - |
CMYK | 0.01 | 0 | 0.01 | 0 |
HSL | 100º | 1% | 0.99% | - |
HSV(B) | 100º | 0.01% | 1% | - |
XYZ | 93.84 | 99.43 | 106.34 | - |
YUV | 254.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 255 | 252 | 0.01 | 0 | 0.01 | 0 | 100 | 1 | 0.99 |
Hex | FD | FF | FC | 1 | 0 | 1 | 0 | 64 | 64 | 63 |
Octal | 375 | 377 | 374 | 1 | 0 | 1 | 0 | 144 | 144 | 143 |
Binary | 11111101 | 11111111 | 11111100 | 1 | 0 | 1 | 0 | 1100100 | 1100100 | 1100011 |
Color Harmonies of #FDFFFC
Complementary color
Monochromatic Colors of #FDFFFC
Black with #FDFFFC
Text Example
Text Example
White with #FDFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFFC; }
p { color: rgb(253,255,252); }
H1.HeaderClassName
{
color: #FDFFFC;
}
.AnyTagClassName
{
color: #FDFFFC;
}
</style>
background-color css
<style>
a { background-color: #FDFFFC; }
a { background-color: rgb(253,255,252); }
div.DivClassName
{
background-color: #FDFFFC;
}
.BgClassName
{
background-color: #FDFFFC;
}
</style>
border-color css
<style>
span { border-color: #FDFFFC; }
span { border-color: rgb(253,255,252); }
td.TdClassName
{
border-color: #FDFFFC;
}
.TagClassName
{
border-color: #FDFFFC;
}
</style>