Shades of Floral White #FDFBF3
Tints of Floral White #FDFBF3
RGB
CMYK
RGB Variations
Color information
#FDFBF3 (or 0xFDFBF3) is known color: Floral White. HEX triplet: FD, FB and F3. RGB value is (253,251,243). Sum of RGB (Red+Green+Blue) = 253+251+243=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 251 (98.44% from 255 or 33.60% from 747); Blue value is 243 (95.31% from 255 or 32.53% from 747); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBF3 is #02040C. Grayscale: #FAFAFA. Windows color (decimal): -132109 or 15989757. OLE color: 15989757.
HSL color Cylindrical-coordinate representation of color #FDFBF3: hue angle of 48º 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 #FDFBF3 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 243 | - |
CMYK | 0 | 0.01 | 0.04 | 0.01 |
HSL | 48º | 0.71% | 0.97% | - |
HSV(B) | 48º | 0.04% | 0.99% | - |
XYZ | 91.18 | 96.35 | 98.59 | - |
YUV | 250.69 | 123.66 | 129.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 243 | 0 | 0.01 | 0.04 | 0.01 | 48 | 0.71 | 0.97 |
Hex | FD | FB | F3 | 0 | 1 | 4 | 1 | 30 | 47 | 61 |
Octal | 375 | 373 | 363 | 0 | 1 | 4 | 1 | 60 | 107 | 141 |
Binary | 11111101 | 11111011 | 11110011 | 0 | 1 | 100 | 1 | 110000 | 1000111 | 1100001 |
Color Harmonies of #FDFBF3
Complementary color
Monochromatic Colors of #FDFBF3
Black with #FDFBF3
Text Example
Text Example
White with #FDFBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBF3; }
p { color: rgb(253,251,243); }
H1.HeaderClassName
{
color: #FDFBF3;
}
.AnyTagClassName
{
color: #FDFBF3;
}
</style>
background-color css
<style>
a { background-color: #FDFBF3; }
a { background-color: rgb(253,251,243); }
div.DivClassName
{
background-color: #FDFBF3;
}
.BgClassName
{
background-color: #FDFBF3;
}
</style>
border-color css
<style>
span { border-color: #FDFBF3; }
span { border-color: rgb(253,251,243); }
td.TdClassName
{
border-color: #FDFBF3;
}
.TagClassName
{
border-color: #FDFBF3;
}
</style>