Shades of Oasis #FCEEC7
Tints of Oasis #FCEEC7
RGB
CMYK
RGB Variations
Color information
#FCEEC7 (or 0xFCEEC7) is known color: Oasis. HEX triplet: FC, EE and C7. RGB value is (252,238,199). Sum of RGB (Red+Green+Blue) = 252+238+199=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 199 (78.12% from 255 or 28.88% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEC7 is #031138. Grayscale: #EDEDED. Windows color (decimal): -201017 or 13102844. OLE color: 13102844.
HSL color Cylindrical-coordinate representation of color #FCEEC7: hue angle of 44.15º 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 #FCEEC7 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 238 | 199 | - |
CMYK | 0 | 0.06 | 0.21 | 0.01 |
HSL | 44.15º | 0.9% | 0.88% | - |
HSV(B) | 44.15º | 0.21% | 0.99% | - |
XYZ | 81.03 | 85.97 | 66.36 | - |
YUV | 237.74 | 106.14 | 138.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 238 | 199 | 0 | 0.06 | 0.21 | 0.01 | 44.15 | 0.9 | 0.88 |
Hex | FC | EE | C7 | 0 | 6 | 15 | 1 | 2C | 5A | 58 |
Octal | 374 | 356 | 307 | 0 | 6 | 25 | 1 | 54 | 132 | 130 |
Binary | 11111100 | 11101110 | 11000111 | 0 | 110 | 10101 | 1 | 101100 | 1011010 | 1011000 |
Color Harmonies of #FCEEC7
Complementary color
Monochromatic Colors of #FCEEC7
Black with #FCEEC7
Text Example
Text Example
White with #FCEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEC7; }
p { color: rgb(252,238,199); }
H1.HeaderClassName
{
color: #FCEEC7;
}
.AnyTagClassName
{
color: #FCEEC7;
}
</style>
background-color css
<style>
a { background-color: #FCEEC7; }
a { background-color: rgb(252,238,199); }
div.DivClassName
{
background-color: #FCEEC7;
}
.BgClassName
{
background-color: #FCEEC7;
}
</style>
border-color css
<style>
span { border-color: #FCEEC7; }
span { border-color: rgb(252,238,199); }
td.TdClassName
{
border-color: #FCEEC7;
}
.TagClassName
{
border-color: #FCEEC7;
}
</style>