Shades of Floral White #FFFCEE
Tints of Floral White #FFFCEE
RGB
CMYK
RGB Variations
Color information
#FFFCEE (or 0xFFFCEE) is known color: Floral White. HEX triplet: FF, FC and EE. RGB value is (255,252,238). Sum of RGB (Red+Green+Blue) = 255+252+238=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 252 (98.83% from 255 or 33.83% from 745); Blue value is 238 (93.36% from 255 or 31.95% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCEE is #000311. Grayscale: #FBFBFB. Windows color (decimal): -786 or 15662335. OLE color: 15662335.
HSL color Cylindrical-coordinate representation of color #FFFCEE: hue angle of 49.41º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFFCEE is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 238 | - |
CMYK | 0 | 0.01 | 0.07 | 0 |
HSL | 49.41º | 1% | 0.97% | - |
HSV(B) | 49.41º | 0.07% | 1% | - |
XYZ | 91.48 | 97.05 | 94.8 | - |
YUV | 251.3 | 120.49 | 130.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 238 | 0 | 0.01 | 0.07 | 0 | 49.41 | 1 | 0.97 |
Hex | FF | FC | EE | 0 | 1 | 7 | 0 | 31 | 64 | 61 |
Octal | 377 | 374 | 356 | 0 | 1 | 7 | 0 | 61 | 144 | 141 |
Binary | 11111111 | 11111100 | 11101110 | 0 | 1 | 111 | 0 | 110001 | 1100100 | 1100001 |
Color Harmonies of #FFFCEE
Complementary color
Monochromatic Colors of #FFFCEE
Black with #FFFCEE
Text Example
Text Example
White with #FFFCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCEE; }
p { color: rgb(255,252,238); }
H1.HeaderClassName
{
color: #FFFCEE;
}
.AnyTagClassName
{
color: #FFFCEE;
}
</style>
background-color css
<style>
a { background-color: #FFFCEE; }
a { background-color: rgb(255,252,238); }
div.DivClassName
{
background-color: #FFFCEE;
}
.BgClassName
{
background-color: #FFFCEE;
}
</style>
border-color css
<style>
span { border-color: #FFFCEE; }
span { border-color: rgb(255,252,238); }
td.TdClassName
{
border-color: #FFFCEE;
}
.TagClassName
{
border-color: #FFFCEE;
}
</style>