Shades of Floral White #FFFBED
Tints of Floral White #FFFBED
RGB
CMYK
RGB Variations
Color information
#FFFBED (or 0xFFFBED) is known color: Floral White. HEX triplet: FF, FB and ED. RGB value is (255,251,237). Sum of RGB (Red+Green+Blue) = 255+251+237=743 (98% of max value = 765). Red value is 255 (100% from 255 or 34.32% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 237 (92.97% from 255 or 31.90% from 743); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFBED is #000412. Grayscale: #FAFAFA. Windows color (decimal): -1043 or 15596543. OLE color: 15596543.
HSL color Cylindrical-coordinate representation of color #FFFBED: hue angle of 46.67º 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 #FFFBED is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 251 | 237 | - |
CMYK | 0 | 0.02 | 0.07 | 0 |
HSL | 46.67º | 1% | 0.96% | - |
HSV(B) | 46.67º | 0.07% | 1% | - |
XYZ | 91.02 | 96.37 | 93.92 | - |
YUV | 250.6 | 120.33 | 131.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 251 | 237 | 0 | 0.02 | 0.07 | 0 | 46.67 | 1 | 0.96 |
Hex | FF | FB | ED | 0 | 2 | 7 | 0 | 2F | 64 | 60 |
Octal | 377 | 373 | 355 | 0 | 2 | 7 | 0 | 57 | 144 | 140 |
Binary | 11111111 | 11111011 | 11101101 | 0 | 10 | 111 | 0 | 101111 | 1100100 | 1100000 |
Color Harmonies of #FFFBED
Complementary color
Monochromatic Colors of #FFFBED
Black with #FFFBED
Text Example
Text Example
White with #FFFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBED; }
p { color: rgb(255,251,237); }
H1.HeaderClassName
{
color: #FFFBED;
}
.AnyTagClassName
{
color: #FFFBED;
}
</style>
background-color css
<style>
a { background-color: #FFFBED; }
a { background-color: rgb(255,251,237); }
div.DivClassName
{
background-color: #FFFBED;
}
.BgClassName
{
background-color: #FFFBED;
}
</style>
border-color css
<style>
span { border-color: #FFFBED; }
span { border-color: rgb(255,251,237); }
td.TdClassName
{
border-color: #FFFBED;
}
.TagClassName
{
border-color: #FFFBED;
}
</style>