Shades of Floral White #FDFAF2
Tints of Floral White #FDFAF2
RGB
CMYK
RGB Variations
Color information
#FDFAF2 (or 0xFDFAF2) is known color: Floral White. HEX triplet: FD, FA and F2. RGB value is (253,250,242). Sum of RGB (Red+Green+Blue) = 253+250+242=745 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.96% from 745); Green value is 250 (98.05% from 255 or 33.56% from 745); Blue value is 242 (94.92% from 255 or 32.48% from 745); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAF2 is #02050D. Grayscale: #FAFAFA. Windows color (decimal): -132366 or 15923965. OLE color: 15923965.
HSL color Cylindrical-coordinate representation of color #FDFAF2: hue angle of 43.64º degrees, saturation: 0.73, 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 #FDFAF2 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 242 | - |
CMYK | 0 | 0.01 | 0.04 | 0.01 |
HSL | 43.64º | 0.73% | 0.97% | - |
HSV(B) | 43.64º | 0.04% | 0.99% | - |
XYZ | 90.72 | 95.66 | 97.69 | - |
YUV | 249.99 | 123.49 | 130.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 242 | 0 | 0.01 | 0.04 | 0.01 | 43.64 | 0.73 | 0.97 |
Hex | FD | FA | F2 | 0 | 1 | 4 | 1 | 2C | 49 | 61 |
Octal | 375 | 372 | 362 | 0 | 1 | 4 | 1 | 54 | 111 | 141 |
Binary | 11111101 | 11111010 | 11110010 | 0 | 1 | 100 | 1 | 101100 | 1001001 | 1100001 |
Color Harmonies of #FDFAF2
Complementary color
Monochromatic Colors of #FDFAF2
Black with #FDFAF2
Text Example
Text Example
White with #FDFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAF2; }
p { color: rgb(253,250,242); }
H1.HeaderClassName
{
color: #FDFAF2;
}
.AnyTagClassName
{
color: #FDFAF2;
}
</style>
background-color css
<style>
a { background-color: #FDFAF2; }
a { background-color: rgb(253,250,242); }
div.DivClassName
{
background-color: #FDFAF2;
}
.BgClassName
{
background-color: #FDFAF2;
}
</style>
border-color css
<style>
span { border-color: #FDFAF2; }
span { border-color: rgb(253,250,242); }
td.TdClassName
{
border-color: #FDFAF2;
}
.TagClassName
{
border-color: #FDFAF2;
}
</style>