Shades of Floral White #FDFAF3
Tints of Floral White #FDFAF3
RGB
CMYK
RGB Variations
Color information
#FDFAF3 (or 0xFDFAF3) is known color: Floral White. HEX triplet: FD, FA and F3. RGB value is (253,250,243). Sum of RGB (Red+Green+Blue) = 253+250+243=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 250 (98.05% from 255 or 33.51% from 746); Blue value is 243 (95.31% from 255 or 32.57% from 746); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAF3 is #02050C. Grayscale: #FAFAFA. Windows color (decimal): -132365 or 15989501. OLE color: 15989501.
HSL color Cylindrical-coordinate representation of color #FDFAF3: hue angle of 42º degrees, saturation: 0.71, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FDFAF3 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 243 | - |
CMYK | 0 | 0.01 | 0.04 | 0.01 |
HSL | 42º | 0.71% | 0.97% | - |
HSV(B) | 42º | 0.04% | 0.99% | - |
XYZ | 90.87 | 95.72 | 98.48 | - |
YUV | 250.1 | 123.99 | 130.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 243 | 0 | 0.01 | 0.04 | 0.01 | 42 | 0.71 | 0.97 |
Hex | FD | FA | F3 | 0 | 1 | 4 | 1 | 2A | 47 | 61 |
Octal | 375 | 372 | 363 | 0 | 1 | 4 | 1 | 52 | 107 | 141 |
Binary | 11111101 | 11111010 | 11110011 | 0 | 1 | 100 | 1 | 101010 | 1000111 | 1100001 |
Color Harmonies of #FDFAF3
Complementary color
Monochromatic Colors of #FDFAF3
Black with #FDFAF3
Text Example
Text Example
White with #FDFAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAF3; }
p { color: rgb(253,250,243); }
H1.HeaderClassName
{
color: #FDFAF3;
}
.AnyTagClassName
{
color: #FDFAF3;
}
</style>
background-color css
<style>
a { background-color: #FDFAF3; }
a { background-color: rgb(253,250,243); }
div.DivClassName
{
background-color: #FDFAF3;
}
.BgClassName
{
background-color: #FDFAF3;
}
</style>
border-color css
<style>
span { border-color: #FDFAF3; }
span { border-color: rgb(253,250,243); }
td.TdClassName
{
border-color: #FDFAF3;
}
.TagClassName
{
border-color: #FDFAF3;
}
</style>