Shades of Oasis #FCF1C6
Tints of Oasis #FCF1C6
RGB
CMYK
RGB Variations
Color information
#FCF1C6 (or 0xFCF1C6) is known color: Oasis. HEX triplet: FC, F1 and C6. RGB value is (252,241,198). Sum of RGB (Red+Green+Blue) = 252+241+198=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 198 (77.73% from 255 or 28.65% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1C6 is #030E39. Grayscale: #EFEFEF. Windows color (decimal): -200250 or 13038076. OLE color: 13038076.
HSL color Cylindrical-coordinate representation of color #FCF1C6: hue angle of 47.78º 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 #FCF1C6 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 198 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.01 |
| HSL | 47.78º | 0.9% | 0.88% | - |
| HSV(B) | 47.78º | 0.21% | 0.99% | - |
| XYZ | 81.79 | 87.68 | 66.04 | - |
| YUV | 239.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 198 | 0 | 0.04 | 0.21 | 0.01 | 47.78 | 0.9 | 0.88 |
| Hex | FC | F1 | C6 | 0 | 4 | 15 | 1 | 30 | 5A | 58 |
| Octal | 374 | 361 | 306 | 0 | 4 | 25 | 1 | 60 | 132 | 130 |
| Binary | 11111100 | 11110001 | 11000110 | 0 | 100 | 10101 | 1 | 110000 | 1011010 | 1011000 |
Color Harmonies of #FCF1C6
Complementary color
Monochromatic Colors of #FCF1C6
Black with #FCF1C6
Text Example
Text Example
White with #FCF1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1C6; }
p { color: rgb(252,241,198); }
H1.HeaderClassName
{
color: #FCF1C6;
}
.AnyTagClassName
{
color: #FCF1C6;
}
</style>
background-color css
<style>
a { background-color: #FCF1C6; }
a { background-color: rgb(252,241,198); }
div.DivClassName
{
background-color: #FCF1C6;
}
.BgClassName
{
background-color: #FCF1C6;
}
</style>
border-color css
<style>
span { border-color: #FCF1C6; }
span { border-color: rgb(252,241,198); }
td.TdClassName
{
border-color: #FCF1C6;
}
.TagClassName
{
border-color: #FCF1C6;
}
</style>