Shades of Floral White #FEF9F3
Tints of Floral White #FEF9F3
RGB
CMYK
RGB Variations
Color information
#FEF9F3 (or 0xFEF9F3) is known color: Floral White. HEX triplet: FE, F9 and F3. RGB value is (254,249,243). Sum of RGB (Red+Green+Blue) = 254+249+243=746 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.05% from 746); Green value is 249 (97.66% from 255 or 33.38% from 746); Blue value is 243 (95.31% from 255 or 32.57% from 746); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9F3 is #01060C. Grayscale: #F9F9F9. Windows color (decimal): -67085 or 15989246. OLE color: 15989246.
HSL color Cylindrical-coordinate representation of color #FEF9F3: hue angle of 32.73º degrees, saturation: 0.85, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEF9F3 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 249 | 243 | - |
CMYK | 0 | 0.02 | 0.04 | 0.00 |
HSL | 32.73º | 0.85% | 0.97% | - |
HSV(B) | 32.73º | 0.04% | 1% | - |
XYZ | 90.93 | 95.29 | 98.4 | - |
YUV | 249.81 | 124.16 | 130.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 249 | 243 | 0 | 0.02 | 0.04 | 0.00 | 32.73 | 0.85 | 0.97 |
Hex | FE | F9 | F3 | 0 | 2 | 4 | 0 | 21 | 55 | 61 |
Octal | 376 | 371 | 363 | 0 | 2 | 4 | 0 | 41 | 125 | 141 |
Binary | 11111110 | 11111001 | 11110011 | 0 | 10 | 100 | 0 | 100001 | 1010101 | 1100001 |
Color Harmonies of #FEF9F3
Complementary color
Monochromatic Colors of #FEF9F3
Black with #FEF9F3
Text Example
Text Example
White with #FEF9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9F3; }
p { color: rgb(254,249,243); }
H1.HeaderClassName
{
color: #FEF9F3;
}
.AnyTagClassName
{
color: #FEF9F3;
}
</style>
background-color css
<style>
a { background-color: #FEF9F3; }
a { background-color: rgb(254,249,243); }
div.DivClassName
{
background-color: #FEF9F3;
}
.BgClassName
{
background-color: #FEF9F3;
}
</style>
border-color css
<style>
span { border-color: #FEF9F3; }
span { border-color: rgb(254,249,243); }
td.TdClassName
{
border-color: #FEF9F3;
}
.TagClassName
{
border-color: #FEF9F3;
}
</style>