Shades of Oasis #FCF1C8
Tints of Oasis #FCF1C8
RGB
CMYK
RGB Variations
Color information
#FCF1C8 (or 0xFCF1C8) is known color: Oasis. HEX triplet: FC, F1 and C8. RGB value is (252,241,200). Sum of RGB (Red+Green+Blue) = 252+241+200=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 200 (78.52% from 255 or 28.86% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1C8 is #030E37. Grayscale: #EFEFEF. Windows color (decimal): -200248 or 13169148. OLE color: 13169148.
HSL color Cylindrical-coordinate representation of color #FCF1C8: hue angle of 47.31º degrees, saturation: 0.9, 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 #FCF1C8 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 200 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.01 |
| HSL | 47.31º | 0.9% | 0.89% | - |
| HSV(B) | 47.31º | 0.21% | 0.99% | - |
| XYZ | 82.03 | 87.78 | 67.26 | - |
| YUV | 239.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 200 | 0 | 0.04 | 0.21 | 0.01 | 47.31 | 0.9 | 0.89 |
| Hex | FC | F1 | C8 | 0 | 4 | 15 | 1 | 2F | 5A | 59 |
| Octal | 374 | 361 | 310 | 0 | 4 | 25 | 1 | 57 | 132 | 131 |
| Binary | 11111100 | 11110001 | 11001000 | 0 | 100 | 10101 | 1 | 101111 | 1011010 | 1011001 |
Color Harmonies of #FCF1C8
Complementary color
Monochromatic Colors of #FCF1C8
Black with #FCF1C8
Text Example
Text Example
White with #FCF1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1C8; }
p { color: rgb(252,241,200); }
H1.HeaderClassName
{
color: #FCF1C8;
}
.AnyTagClassName
{
color: #FCF1C8;
}
</style>
background-color css
<style>
a { background-color: #FCF1C8; }
a { background-color: rgb(252,241,200); }
div.DivClassName
{
background-color: #FCF1C8;
}
.BgClassName
{
background-color: #FCF1C8;
}
</style>
border-color css
<style>
span { border-color: #FCF1C8; }
span { border-color: rgb(252,241,200); }
td.TdClassName
{
border-color: #FCF1C8;
}
.TagClassName
{
border-color: #FCF1C8;
}
</style>