Shades of Oasis #FCF0CC
Tints of Oasis #FCF0CC
RGB
CMYK
RGB Variations
Color information
#FCF0CC (or 0xFCF0CC) is known color: Oasis. HEX triplet: FC, F0 and CC. RGB value is (252,240,204). Sum of RGB (Red+Green+Blue) = 252+240+204=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 204 (80.08% from 255 or 29.31% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0CC is #030F33. Grayscale: #EFEFEF. Windows color (decimal): -200500 or 13431036. OLE color: 13431036.
HSL color Cylindrical-coordinate representation of color #FCF0CC: hue angle of 45º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCF0CC is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 204 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.01 |
| HSL | 45º | 0.89% | 0.89% | - |
| HSV(B) | 45º | 0.19% | 0.99% | - |
| XYZ | 82.2 | 87.38 | 69.66 | - |
| YUV | 239.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 204 | 0 | 0.05 | 0.19 | 0.01 | 45 | 0.89 | 0.89 |
| Hex | FC | F0 | CC | 0 | 5 | 13 | 1 | 2D | 59 | 59 |
| Octal | 374 | 360 | 314 | 0 | 5 | 23 | 1 | 55 | 131 | 131 |
| Binary | 11111100 | 11110000 | 11001100 | 0 | 101 | 10011 | 1 | 101101 | 1011001 | 1011001 |
Color Harmonies of #FCF0CC
Complementary color
Monochromatic Colors of #FCF0CC
Black with #FCF0CC
Text Example
Text Example
White with #FCF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0CC; }
p { color: rgb(252,240,204); }
H1.HeaderClassName
{
color: #FCF0CC;
}
.AnyTagClassName
{
color: #FCF0CC;
}
</style>
background-color css
<style>
a { background-color: #FCF0CC; }
a { background-color: rgb(252,240,204); }
div.DivClassName
{
background-color: #FCF0CC;
}
.BgClassName
{
background-color: #FCF0CC;
}
</style>
border-color css
<style>
span { border-color: #FCF0CC; }
span { border-color: rgb(252,240,204); }
td.TdClassName
{
border-color: #FCF0CC;
}
.TagClassName
{
border-color: #FCF0CC;
}
</style>