Shades of Floral White #FFFEFC
Tints of Floral White #FFFEFC
RGB
CMYK
RGB Variations
Color information
#FFFEFC (or 0xFFFEFC) is known color: Floral White. HEX triplet: FF, FE and FC. RGB value is (255,254,252). Sum of RGB (Red+Green+Blue) = 255+254+252=761 (100% of max value = 765). Red value is 255 (100% from 255 or 33.51% from 761); Green value is 254 (99.61% from 255 or 33.38% from 761); Blue value is 252 (98.83% from 255 or 33.11% from 761); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEFC is #000103. Grayscale: #FEFEFE. Windows color (decimal): -260 or 16580351. OLE color: 16580351.
HSL color Cylindrical-coordinate representation of color #FFFEFC: hue angle of 40º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FFFEFC is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 254 | 252 | - |
CMYK | 0 | 0.00 | 0.01 | 0 |
HSL | 40º | 1% | 0.99% | - |
HSV(B) | 40º | 0.01% | 1% | - |
XYZ | 94.25 | 99.17 | 106.27 | - |
YUV | 254.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 254 | 252 | 0 | 0.00 | 0.01 | 0 | 40 | 1 | 0.99 |
Hex | FF | FE | FC | 0 | 0 | 1 | 0 | 28 | 64 | 63 |
Octal | 377 | 376 | 374 | 0 | 0 | 1 | 0 | 50 | 144 | 143 |
Binary | 11111111 | 11111110 | 11111100 | 0 | 0 | 1 | 0 | 101000 | 1100100 | 1100011 |
Color Harmonies of #FFFEFC
Complementary color
Monochromatic Colors of #FFFEFC
Black with #FFFEFC
Text Example
Text Example
White with #FFFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEFC; }
p { color: rgb(255,254,252); }
H1.HeaderClassName
{
color: #FFFEFC;
}
.AnyTagClassName
{
color: #FFFEFC;
}
</style>
background-color css
<style>
a { background-color: #FFFEFC; }
a { background-color: rgb(255,254,252); }
div.DivClassName
{
background-color: #FFFEFC;
}
.BgClassName
{
background-color: #FFFEFC;
}
</style>
border-color css
<style>
span { border-color: #FFFEFC; }
span { border-color: rgb(255,254,252); }
td.TdClassName
{
border-color: #FFFEFC;
}
.TagClassName
{
border-color: #FFFEFC;
}
</style>