Shades of Oasis #FDEDC9
Tints of Oasis #FDEDC9
RGB
CMYK
RGB Variations
Color information
#FDEDC9 (or 0xFDEDC9) is known color: Oasis. HEX triplet: FD, ED and C9. RGB value is (253,237,201). Sum of RGB (Red+Green+Blue) = 253+237+201=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 201 (78.91% from 255 or 29.09% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDC9 is #021236. Grayscale: #EDEDED. Windows color (decimal): -135735 or 13233661. OLE color: 13233661.
HSL color Cylindrical-coordinate representation of color #FDEDC9: hue angle of 41.54º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDEDC9 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 201 | - |
CMYK | 0 | 0.06 | 0.21 | 0.01 |
HSL | 41.54º | 0.93% | 0.89% | - |
HSV(B) | 41.54º | 0.21% | 0.99% | - |
XYZ | 81.33 | 85.67 | 67.51 | - |
YUV | 237.68 | 107.3 | 138.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 201 | 0 | 0.06 | 0.21 | 0.01 | 41.54 | 0.93 | 0.89 |
Hex | FD | ED | C9 | 0 | 6 | 15 | 1 | 2A | 5D | 59 |
Octal | 375 | 355 | 311 | 0 | 6 | 25 | 1 | 52 | 135 | 131 |
Binary | 11111101 | 11101101 | 11001001 | 0 | 110 | 10101 | 1 | 101010 | 1011101 | 1011001 |
Color Harmonies of #FDEDC9
Complementary color
Monochromatic Colors of #FDEDC9
Black with #FDEDC9
Text Example
Text Example
White with #FDEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDC9; }
p { color: rgb(253,237,201); }
H1.HeaderClassName
{
color: #FDEDC9;
}
.AnyTagClassName
{
color: #FDEDC9;
}
</style>
background-color css
<style>
a { background-color: #FDEDC9; }
a { background-color: rgb(253,237,201); }
div.DivClassName
{
background-color: #FDEDC9;
}
.BgClassName
{
background-color: #FDEDC9;
}
</style>
border-color css
<style>
span { border-color: #FDEDC9; }
span { border-color: rgb(253,237,201); }
td.TdClassName
{
border-color: #FDEDC9;
}
.TagClassName
{
border-color: #FDEDC9;
}
</style>