Shades of Oasis #FCF0CB
Tints of Oasis #FCF0CB
RGB
CMYK
RGB Variations
Color information
#FCF0CB (or 0xFCF0CB) is known color: Oasis. HEX triplet: FC, F0 and CB. RGB value is (252,240,203). Sum of RGB (Red+Green+Blue) = 252+240+203=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0CB is #030F34. Grayscale: #EFEFEF. Windows color (decimal): -200501 or 13365500. OLE color: 13365500.
HSL color Cylindrical-coordinate representation of color #FCF0CB: hue angle of 45.31º 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 #FCF0CB is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 203 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.01 |
| HSL | 45.31º | 0.89% | 0.89% | - |
| HSV(B) | 45.31º | 0.19% | 0.99% | - |
| XYZ | 82.08 | 87.33 | 69.03 | - |
| YUV | 239.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 203 | 0 | 0.05 | 0.19 | 0.01 | 45.31 | 0.89 | 0.89 |
| Hex | FC | F0 | CB | 0 | 5 | 13 | 1 | 2D | 59 | 59 |
| Octal | 374 | 360 | 313 | 0 | 5 | 23 | 1 | 55 | 131 | 131 |
| Binary | 11111100 | 11110000 | 11001011 | 0 | 101 | 10011 | 1 | 101101 | 1011001 | 1011001 |
Color Harmonies of #FCF0CB
Complementary color
Monochromatic Colors of #FCF0CB
Black with #FCF0CB
Text Example
Text Example
White with #FCF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0CB; }
p { color: rgb(252,240,203); }
H1.HeaderClassName
{
color: #FCF0CB;
}
.AnyTagClassName
{
color: #FCF0CB;
}
</style>
background-color css
<style>
a { background-color: #FCF0CB; }
a { background-color: rgb(252,240,203); }
div.DivClassName
{
background-color: #FCF0CB;
}
.BgClassName
{
background-color: #FCF0CB;
}
</style>
border-color css
<style>
span { border-color: #FCF0CB; }
span { border-color: rgb(252,240,203); }
td.TdClassName
{
border-color: #FCF0CB;
}
.TagClassName
{
border-color: #FCF0CB;
}
</style>