Shades of Oasis #FCEDC7
Tints of Oasis #FCEDC7
RGB
CMYK
RGB Variations
Color information
#FCEDC7 (or 0xFCEDC7) is known color: Oasis. HEX triplet: FC, ED and C7. RGB value is (252,237,199). Sum of RGB (Red+Green+Blue) = 252+237+199=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 199 (78.12% from 255 or 28.92% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDC7 is #031238. Grayscale: #EDEDED. Windows color (decimal): -201273 or 13102588. OLE color: 13102588.
HSL color Cylindrical-coordinate representation of color #FCEDC7: hue angle of 43.02º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCEDC7 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 199 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.01 |
| HSL | 43.02º | 0.9% | 0.88% | - |
| HSV(B) | 43.02º | 0.21% | 0.99% | - |
| XYZ | 80.74 | 85.39 | 66.26 | - |
| YUV | 237.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 199 | 0 | 0.06 | 0.21 | 0.01 | 43.02 | 0.9 | 0.88 |
| Hex | FC | ED | C7 | 0 | 6 | 15 | 1 | 2B | 5A | 58 |
| Octal | 374 | 355 | 307 | 0 | 6 | 25 | 1 | 53 | 132 | 130 |
| Binary | 11111100 | 11101101 | 11000111 | 0 | 110 | 10101 | 1 | 101011 | 1011010 | 1011000 |
Color Harmonies of #FCEDC7
Complementary color
Monochromatic Colors of #FCEDC7
Black with #FCEDC7
Text Example
Text Example
White with #FCEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDC7; }
p { color: rgb(252,237,199); }
H1.HeaderClassName
{
color: #FCEDC7;
}
.AnyTagClassName
{
color: #FCEDC7;
}
</style>
background-color css
<style>
a { background-color: #FCEDC7; }
a { background-color: rgb(252,237,199); }
div.DivClassName
{
background-color: #FCEDC7;
}
.BgClassName
{
background-color: #FCEDC7;
}
</style>
border-color css
<style>
span { border-color: #FCEDC7; }
span { border-color: rgb(252,237,199); }
td.TdClassName
{
border-color: #FCEDC7;
}
.TagClassName
{
border-color: #FCEDC7;
}
</style>