Shades of Floral White #FFFAED
Tints of Floral White #FFFAED
RGB
CMYK
RGB Variations
Color information
#FFFAED (or 0xFFFAED) is known color: Floral White. HEX triplet: FF, FA and ED. RGB value is (255,250,237). Sum of RGB (Red+Green+Blue) = 255+250+237=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 237 (92.97% from 255 or 31.94% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAED is #000512. Grayscale: #FAFAFA. Windows color (decimal): -1299 or 15596287. OLE color: 15596287.
HSL color Cylindrical-coordinate representation of color #FFFAED: hue angle of 43.33º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFFAED is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 250 | 237 | - |
CMYK | 0 | 0.02 | 0.07 | 0 |
HSL | 43.33º | 1% | 0.96% | - |
HSV(B) | 43.33º | 0.07% | 1% | - |
XYZ | 90.71 | 95.75 | 93.82 | - |
YUV | 250.01 | 120.66 | 131.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 250 | 237 | 0 | 0.02 | 0.07 | 0 | 43.33 | 1 | 0.96 |
Hex | FF | FA | ED | 0 | 2 | 7 | 0 | 2B | 64 | 60 |
Octal | 377 | 372 | 355 | 0 | 2 | 7 | 0 | 53 | 144 | 140 |
Binary | 11111111 | 11111010 | 11101101 | 0 | 10 | 111 | 0 | 101011 | 1100100 | 1100000 |
Color Harmonies of #FFFAED
Complementary color
Monochromatic Colors of #FFFAED
Black with #FFFAED
Text Example
Text Example
White with #FFFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAED; }
p { color: rgb(255,250,237); }
H1.HeaderClassName
{
color: #FFFAED;
}
.AnyTagClassName
{
color: #FFFAED;
}
</style>
background-color css
<style>
a { background-color: #FFFAED; }
a { background-color: rgb(255,250,237); }
div.DivClassName
{
background-color: #FFFAED;
}
.BgClassName
{
background-color: #FFFAED;
}
</style>
border-color css
<style>
span { border-color: #FFFAED; }
span { border-color: rgb(255,250,237); }
td.TdClassName
{
border-color: #FFFAED;
}
.TagClassName
{
border-color: #FFFAED;
}
</style>