Shades of Floral White #FFFEFA
Tints of Floral White #FFFEFA
RGB
CMYK
RGB Variations
Color information
#FFFEFA (or 0xFFFEFA) is known color: Floral White. HEX triplet: FF, FE and FA. RGB value is (255,254,250). Sum of RGB (Red+Green+Blue) = 255+254+250=759 (100% of max value = 765). Red value is 255 (100% from 255 or 33.60% from 759); Green value is 254 (99.61% from 255 or 33.47% from 759); Blue value is 250 (98.05% from 255 or 32.94% from 759); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEFA is #000105. Grayscale: #FDFDFD. Windows color (decimal): -262 or 16449279. OLE color: 16449279.
HSL color Cylindrical-coordinate representation of color #FFFEFA: hue angle of 48º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FFFEFA is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 254 | 250 | - |
CMYK | 0 | 0.00 | 0.02 | 0 |
HSL | 48º | 1% | 0.99% | - |
HSV(B) | 48º | 0.02% | 1% | - |
XYZ | 93.94 | 99.05 | 104.61 | - |
YUV | 253.84 | 125.83 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 254 | 250 | 0 | 0.00 | 0.02 | 0 | 48 | 1 | 0.99 |
Hex | FF | FE | FA | 0 | 0 | 2 | 0 | 30 | 64 | 63 |
Octal | 377 | 376 | 372 | 0 | 0 | 2 | 0 | 60 | 144 | 143 |
Binary | 11111111 | 11111110 | 11111010 | 0 | 0 | 10 | 0 | 110000 | 1100100 | 1100011 |
Color Harmonies of #FFFEFA
Complementary color
Monochromatic Colors of #FFFEFA
Black with #FFFEFA
Text Example
Text Example
White with #FFFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEFA; }
p { color: rgb(255,254,250); }
H1.HeaderClassName
{
color: #FFFEFA;
}
.AnyTagClassName
{
color: #FFFEFA;
}
</style>
background-color css
<style>
a { background-color: #FFFEFA; }
a { background-color: rgb(255,254,250); }
div.DivClassName
{
background-color: #FFFEFA;
}
.BgClassName
{
background-color: #FFFEFA;
}
</style>
border-color css
<style>
span { border-color: #FFFEFA; }
span { border-color: rgb(255,254,250); }
td.TdClassName
{
border-color: #FFFEFA;
}
.TagClassName
{
border-color: #FFFEFA;
}
</style>