Shades of Floral White #FEFCF7
Tints of Floral White #FEFCF7
RGB
CMYK
RGB Variations
Color information
#FEFCF7 (or 0xFEFCF7) is known color: Floral White. HEX triplet: FE, FC and F7. RGB value is (254,252,247). Sum of RGB (Red+Green+Blue) = 254+252+247=753 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.73% from 753); Green value is 252 (98.83% from 255 or 33.47% from 753); Blue value is 247 (96.88% from 255 or 32.80% from 753); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCF7 is #010308. Grayscale: #FCFCFC. Windows color (decimal): -66313 or 16252158. OLE color: 16252158.
HSL color Cylindrical-coordinate representation of color #FEFCF7: hue angle of 42.86º degrees, saturation: 0.78, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FEFCF7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 252 | 247 | - |
CMYK | 0 | 0.01 | 0.03 | 0.00 |
HSL | 42.86º | 0.78% | 0.98% | - |
HSV(B) | 42.86º | 0.03% | 1% | - |
XYZ | 92.47 | 97.41 | 101.92 | - |
YUV | 252.03 | 125.16 | 129.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 252 | 247 | 0 | 0.01 | 0.03 | 0.00 | 42.86 | 0.78 | 0.98 |
Hex | FE | FC | F7 | 0 | 1 | 3 | 0 | 2B | 4E | 62 |
Octal | 376 | 374 | 367 | 0 | 1 | 3 | 0 | 53 | 116 | 142 |
Binary | 11111110 | 11111100 | 11110111 | 0 | 1 | 11 | 0 | 101011 | 1001110 | 1100010 |
Color Harmonies of #FEFCF7
Complementary color
Monochromatic Colors of #FEFCF7
Black with #FEFCF7
Text Example
Text Example
White with #FEFCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCF7; }
p { color: rgb(254,252,247); }
H1.HeaderClassName
{
color: #FEFCF7;
}
.AnyTagClassName
{
color: #FEFCF7;
}
</style>
background-color css
<style>
a { background-color: #FEFCF7; }
a { background-color: rgb(254,252,247); }
div.DivClassName
{
background-color: #FEFCF7;
}
.BgClassName
{
background-color: #FEFCF7;
}
</style>
border-color css
<style>
span { border-color: #FEFCF7; }
span { border-color: rgb(254,252,247); }
td.TdClassName
{
border-color: #FEFCF7;
}
.TagClassName
{
border-color: #FEFCF7;
}
</style>