Shades of Floral White #FEFCF9
Tints of Floral White #FEFCF9
RGB
CMYK
RGB Variations
Color information
#FEFCF9 (or 0xFEFCF9) is known color: Floral White. HEX triplet: FE, FC and F9. RGB value is (254,252,249). Sum of RGB (Red+Green+Blue) = 254+252+249=755 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.64% from 755); Green value is 252 (98.83% from 255 or 33.38% from 755); Blue value is 249 (97.66% from 255 or 32.98% from 755); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCF9 is #010306. Grayscale: #FCFCFC. Windows color (decimal): -66311 or 16383230. OLE color: 16383230.
HSL color Cylindrical-coordinate representation of color #FEFCF9: hue angle of 36º degrees, saturation: 0.71, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FEFCF9 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 252 | 249 | - |
CMYK | 0 | 0.01 | 0.02 | 0.00 |
HSL | 36º | 0.71% | 0.99% | - |
HSV(B) | 36º | 0.02% | 1% | - |
XYZ | 92.78 | 97.53 | 103.56 | - |
YUV | 252.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 252 | 249 | 0 | 0.01 | 0.02 | 0.00 | 36 | 0.71 | 0.99 |
Hex | FE | FC | F9 | 0 | 1 | 2 | 0 | 24 | 47 | 63 |
Octal | 376 | 374 | 371 | 0 | 1 | 2 | 0 | 44 | 107 | 143 |
Binary | 11111110 | 11111100 | 11111001 | 0 | 1 | 10 | 0 | 100100 | 1000111 | 1100011 |
Color Harmonies of #FEFCF9
Complementary color
Monochromatic Colors of #FEFCF9
Black with #FEFCF9
Text Example
Text Example
White with #FEFCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCF9; }
p { color: rgb(254,252,249); }
H1.HeaderClassName
{
color: #FEFCF9;
}
.AnyTagClassName
{
color: #FEFCF9;
}
</style>
background-color css
<style>
a { background-color: #FEFCF9; }
a { background-color: rgb(254,252,249); }
div.DivClassName
{
background-color: #FEFCF9;
}
.BgClassName
{
background-color: #FEFCF9;
}
</style>
border-color css
<style>
span { border-color: #FEFCF9; }
span { border-color: rgb(254,252,249); }
td.TdClassName
{
border-color: #FEFCF9;
}
.TagClassName
{
border-color: #FEFCF9;
}
</style>