Shades of Oasis #FCEECA
Tints of Oasis #FCEECA
RGB
CMYK
RGB Variations
Color information
#FCEECA (or 0xFCEECA) is known color: Oasis. HEX triplet: FC, EE and CA. RGB value is (252,238,202). Sum of RGB (Red+Green+Blue) = 252+238+202=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 202 (79.30% from 255 or 29.19% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEECA is #031135. Grayscale: #EEEEEE. Windows color (decimal): -201014 or 13299452. OLE color: 13299452.
HSL color Cylindrical-coordinate representation of color #FCEECA: hue angle of 43.2º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCEECA is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 202 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.01 |
| HSL | 43.2º | 0.89% | 0.89% | - |
| HSV(B) | 43.2º | 0.2% | 0.99% | - |
| XYZ | 81.38 | 86.11 | 68.21 | - |
| YUV | 238.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 202 | 0 | 0.06 | 0.20 | 0.01 | 43.2 | 0.89 | 0.89 |
| Hex | FC | EE | CA | 0 | 6 | 14 | 1 | 2B | 59 | 59 |
| Octal | 374 | 356 | 312 | 0 | 6 | 24 | 1 | 53 | 131 | 131 |
| Binary | 11111100 | 11101110 | 11001010 | 0 | 110 | 10100 | 1 | 101011 | 1011001 | 1011001 |
Color Harmonies of #FCEECA
Complementary color
Monochromatic Colors of #FCEECA
Black with #FCEECA
Text Example
Text Example
White with #FCEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEECA; }
p { color: rgb(252,238,202); }
H1.HeaderClassName
{
color: #FCEECA;
}
.AnyTagClassName
{
color: #FCEECA;
}
</style>
background-color css
<style>
a { background-color: #FCEECA; }
a { background-color: rgb(252,238,202); }
div.DivClassName
{
background-color: #FCEECA;
}
.BgClassName
{
background-color: #FCEECA;
}
</style>
border-color css
<style>
span { border-color: #FCEECA; }
span { border-color: rgb(252,238,202); }
td.TdClassName
{
border-color: #FCEECA;
}
.TagClassName
{
border-color: #FCEECA;
}
</style>