Shades of Floral White #FEFDFA
Tints of Floral White #FEFDFA
RGB
CMYK
RGB Variations
Color information
#FEFDFA (or 0xFEFDFA) is known color: Floral White. HEX triplet: FE, FD and FA. RGB value is (254,253,250). Sum of RGB (Red+Green+Blue) = 254+253+250=757 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.55% from 757); Green value is 253 (99.22% from 255 or 33.42% from 757); Blue value is 250 (98.05% from 255 or 33.03% from 757); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDFA is #010205. Grayscale: #FCFCFC. Windows color (decimal): -66054 or 16449022. OLE color: 16449022.
HSL color Cylindrical-coordinate representation of color #FEFDFA: hue angle of 45º degrees, saturation: 0.67, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FEFDFA is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 253 | 250 | - |
CMYK | 0 | 0.00 | 0.02 | 0.00 |
HSL | 45º | 0.67% | 0.99% | - |
HSV(B) | 45º | 0.02% | 1% | - |
XYZ | 93.25 | 98.22 | 104.49 | - |
YUV | 252.96 | 126.33 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 250 | 0 | 0.00 | 0.02 | 0.00 | 45 | 0.67 | 0.99 |
Hex | FE | FD | FA | 0 | 0 | 2 | 0 | 2D | 43 | 63 |
Octal | 376 | 375 | 372 | 0 | 0 | 2 | 0 | 55 | 103 | 143 |
Binary | 11111110 | 11111101 | 11111010 | 0 | 0 | 10 | 0 | 101101 | 1000011 | 1100011 |
Color Harmonies of #FEFDFA
Complementary color
Monochromatic Colors of #FEFDFA
Black with #FEFDFA
Text Example
Text Example
White with #FEFDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDFA; }
p { color: rgb(254,253,250); }
H1.HeaderClassName
{
color: #FEFDFA;
}
.AnyTagClassName
{
color: #FEFDFA;
}
</style>
background-color css
<style>
a { background-color: #FEFDFA; }
a { background-color: rgb(254,253,250); }
div.DivClassName
{
background-color: #FEFDFA;
}
.BgClassName
{
background-color: #FEFDFA;
}
</style>
border-color css
<style>
span { border-color: #FEFDFA; }
span { border-color: rgb(254,253,250); }
td.TdClassName
{
border-color: #FEFDFA;
}
.TagClassName
{
border-color: #FEFDFA;
}
</style>