Shades of Floral White #FDFCFA
Tints of Floral White #FDFCFA
RGB
CMYK
RGB Variations
Color information
#FDFCFA (or 0xFDFCFA) is known color: Floral White. HEX triplet: FD, FC and FA. RGB value is (253,252,250). Sum of RGB (Red+Green+Blue) = 253+252+250=755 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.51% from 755); Green value is 252 (98.83% from 255 or 33.38% from 755); Blue value is 250 (98.05% from 255 or 33.11% from 755); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCFA is #020305. Grayscale: #FCFCFC. Windows color (decimal): -131846 or 16448765. OLE color: 16448765.
HSL color Cylindrical-coordinate representation of color #FDFCFA: hue angle of 40º degrees, saturation: 0.43, 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 #FDFCFA is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 250 | - |
CMYK | 0 | 0.00 | 0.01 | 0.01 |
HSL | 40º | 0.43% | 0.99% | - |
HSV(B) | 40º | 0.01% | 0.99% | - |
XYZ | 92.57 | 97.41 | 104.36 | - |
YUV | 252.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 250 | 0 | 0.00 | 0.01 | 0.01 | 40 | 0.43 | 0.99 |
Hex | FD | FC | FA | 0 | 0 | 1 | 1 | 28 | 2B | 63 |
Octal | 375 | 374 | 372 | 0 | 0 | 1 | 1 | 50 | 53 | 143 |
Binary | 11111101 | 11111100 | 11111010 | 0 | 0 | 1 | 1 | 101000 | 101011 | 1100011 |
Color Harmonies of #FDFCFA
Complementary color
Monochromatic Colors of #FDFCFA
Black with #FDFCFA
Text Example
Text Example
White with #FDFCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCFA; }
p { color: rgb(253,252,250); }
H1.HeaderClassName
{
color: #FDFCFA;
}
.AnyTagClassName
{
color: #FDFCFA;
}
</style>
background-color css
<style>
a { background-color: #FDFCFA; }
a { background-color: rgb(253,252,250); }
div.DivClassName
{
background-color: #FDFCFA;
}
.BgClassName
{
background-color: #FDFCFA;
}
</style>
border-color css
<style>
span { border-color: #FDFCFA; }
span { border-color: rgb(253,252,250); }
td.TdClassName
{
border-color: #FDFCFA;
}
.TagClassName
{
border-color: #FDFCFA;
}
</style>