Shades of Oasis #FCF1C1
Tints of Oasis #FCF1C1
RGB
CMYK
RGB Variations
Color information
#FCF1C1 (or 0xFCF1C1) is known color: Oasis. HEX triplet: FC, F1 and C1. RGB value is (252,241,193). Sum of RGB (Red+Green+Blue) = 252+241+193=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 193 (75.78% from 255 or 28.13% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1C1 is #030E3E. Grayscale: #EFEFEF. Windows color (decimal): -200255 or 12710396. OLE color: 12710396.
HSL color Cylindrical-coordinate representation of color #FCF1C1: hue angle of 48.81º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCF1C1 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 193 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.01 |
| HSL | 48.81º | 0.91% | 0.87% | - |
| HSV(B) | 48.81º | 0.23% | 0.99% | - |
| XYZ | 81.23 | 87.46 | 63.05 | - |
| YUV | 238.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 193 | 0 | 0.04 | 0.23 | 0.01 | 48.81 | 0.91 | 0.87 |
| Hex | FC | F1 | C1 | 0 | 4 | 17 | 1 | 31 | 5B | 57 |
| Octal | 374 | 361 | 301 | 0 | 4 | 27 | 1 | 61 | 133 | 127 |
| Binary | 11111100 | 11110001 | 11000001 | 0 | 100 | 10111 | 1 | 110001 | 1011011 | 1010111 |
Color Harmonies of #FCF1C1
Complementary color
Monochromatic Colors of #FCF1C1
Black with #FCF1C1
Text Example
Text Example
White with #FCF1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1C1; }
p { color: rgb(252,241,193); }
H1.HeaderClassName
{
color: #FCF1C1;
}
.AnyTagClassName
{
color: #FCF1C1;
}
</style>
background-color css
<style>
a { background-color: #FCF1C1; }
a { background-color: rgb(252,241,193); }
div.DivClassName
{
background-color: #FCF1C1;
}
.BgClassName
{
background-color: #FCF1C1;
}
</style>
border-color css
<style>
span { border-color: #FCF1C1; }
span { border-color: rgb(252,241,193); }
td.TdClassName
{
border-color: #FCF1C1;
}
.TagClassName
{
border-color: #FCF1C1;
}
</style>