Shades of Floral White #FDFBF2
Tints of Floral White #FDFBF2
RGB
CMYK
RGB Variations
Color information
#FDFBF2 (or 0xFDFBF2) is known color: Floral White. HEX triplet: FD, FB and F2. RGB value is (253,251,242). Sum of RGB (Red+Green+Blue) = 253+251+242=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 251 (98.44% from 255 or 33.65% from 746); Blue value is 242 (94.92% from 255 or 32.44% from 746); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBF2 is #02040D. Grayscale: #FAFAFA. Windows color (decimal): -132110 or 15924221. OLE color: 15924221.
HSL color Cylindrical-coordinate representation of color #FDFBF2: hue angle of 49.09º 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 #FDFBF2 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 242 | - |
CMYK | 0 | 0.01 | 0.04 | 0.01 |
HSL | 49.09º | 0.73% | 0.97% | - |
HSV(B) | 49.09º | 0.04% | 0.99% | - |
XYZ | 91.03 | 96.29 | 97.79 | - |
YUV | 250.57 | 123.16 | 129.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 242 | 0 | 0.01 | 0.04 | 0.01 | 49.09 | 0.73 | 0.97 |
Hex | FD | FB | F2 | 0 | 1 | 4 | 1 | 31 | 49 | 61 |
Octal | 375 | 373 | 362 | 0 | 1 | 4 | 1 | 61 | 111 | 141 |
Binary | 11111101 | 11111011 | 11110010 | 0 | 1 | 100 | 1 | 110001 | 1001001 | 1100001 |
Color Harmonies of #FDFBF2
Complementary color
Monochromatic Colors of #FDFBF2
Black with #FDFBF2
Text Example
Text Example
White with #FDFBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBF2; }
p { color: rgb(253,251,242); }
H1.HeaderClassName
{
color: #FDFBF2;
}
.AnyTagClassName
{
color: #FDFBF2;
}
</style>
background-color css
<style>
a { background-color: #FDFBF2; }
a { background-color: rgb(253,251,242); }
div.DivClassName
{
background-color: #FDFBF2;
}
.BgClassName
{
background-color: #FDFBF2;
}
</style>
border-color css
<style>
span { border-color: #FDFBF2; }
span { border-color: rgb(253,251,242); }
td.TdClassName
{
border-color: #FDFBF2;
}
.TagClassName
{
border-color: #FDFBF2;
}
</style>