Shades of Magnolia #FEFDFF
Tints of Magnolia #FEFDFF
RGB
CMYK
RGB Variations
Color information
#FEFDFF (or 0xFEFDFF) is known color: Magnolia. HEX triplet: FE, FD and FF. RGB value is (254,253,255). Sum of RGB (Red+Green+Blue) = 254+253+255=762 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.33% from 762); Green value is 253 (99.22% from 255 or 33.20% from 762); Blue value is 255 (100% from 255 or 33.46% from 762); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDFF is #010200. Grayscale: #FDFDFD. Windows color (decimal): -66049 or 16776702. OLE color: 16776702.
HSL color Cylindrical-coordinate representation of color #FEFDFF: hue angle of 270º degrees, saturation: 1, lightness: 1%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FEFDFF is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 254 | 253 | 255 | - |
CMYK | 0.00 | 0.01 | 0 | 0 |
HSL | 270º | 1% | 1% | - |
HSV(B) | 270º | 0.01% | 1% | - |
XYZ | 94.05 | 98.54 | 108.67 | - |
YUV | 253.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 255 | 0.00 | 0.01 | 0 | 0 | 270 | 1 | 1 |
Hex | FE | FD | FF | 0 | 1 | 0 | 0 | 10E | 64 | 64 |
Octal | 376 | 375 | 377 | 0 | 1 | 0 | 0 | 416 | 144 | 144 |
Binary | 11111110 | 11111101 | 11111111 | 0 | 1 | 0 | 0 | 100001110 | 1100100 | 1100100 |
Color Harmonies of #FEFDFF
Complementary color
Monochromatic Colors of #FEFDFF
Black with #FEFDFF
Text Example
Text Example
White with #FEFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDFF; }
p { color: rgb(254,253,255); }
H1.HeaderClassName
{
color: #FEFDFF;
}
.AnyTagClassName
{
color: #FEFDFF;
}
</style>
background-color css
<style>
a { background-color: #FEFDFF; }
a { background-color: rgb(254,253,255); }
div.DivClassName
{
background-color: #FEFDFF;
}
.BgClassName
{
background-color: #FEFDFF;
}
</style>
border-color css
<style>
span { border-color: #FEFDFF; }
span { border-color: rgb(254,253,255); }
td.TdClassName
{
border-color: #FEFDFF;
}
.TagClassName
{
border-color: #FEFDFF;
}
</style>