Shades of Oasis #FDF0CC
Tints of Oasis #FDF0CC
RGB
CMYK
RGB Variations
Color information
#FDF0CC (or 0xFDF0CC) is known color: Oasis. HEX triplet: FD, F0 and CC. RGB value is (253,240,204). Sum of RGB (Red+Green+Blue) = 253+240+204=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 204 (80.08% from 255 or 29.27% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0CC is #020F33. Grayscale: #EFEFEF. Windows color (decimal): -134964 or 13431037. OLE color: 13431037.
HSL color Cylindrical-coordinate representation of color #FDF0CC: hue angle of 44.08º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDF0CC is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 204 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.01 |
| HSL | 44.08º | 0.92% | 0.9% | - |
| HSV(B) | 44.08º | 0.19% | 0.99% | - |
| XYZ | 82.57 | 87.56 | 69.68 | - |
| YUV | 239.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 204 | 0 | 0.05 | 0.19 | 0.01 | 44.08 | 0.92 | 0.9 |
| Hex | FD | F0 | CC | 0 | 5 | 13 | 1 | 2C | 5C | 5A |
| Octal | 375 | 360 | 314 | 0 | 5 | 23 | 1 | 54 | 134 | 132 |
| Binary | 11111101 | 11110000 | 11001100 | 0 | 101 | 10011 | 1 | 101100 | 1011100 | 1011010 |
Color Harmonies of #FDF0CC
Complementary color
Monochromatic Colors of #FDF0CC
Black with #FDF0CC
Text Example
Text Example
White with #FDF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0CC; }
p { color: rgb(253,240,204); }
H1.HeaderClassName
{
color: #FDF0CC;
}
.AnyTagClassName
{
color: #FDF0CC;
}
</style>
background-color css
<style>
a { background-color: #FDF0CC; }
a { background-color: rgb(253,240,204); }
div.DivClassName
{
background-color: #FDF0CC;
}
.BgClassName
{
background-color: #FDF0CC;
}
</style>
border-color css
<style>
span { border-color: #FDF0CC; }
span { border-color: rgb(253,240,204); }
td.TdClassName
{
border-color: #FDF0CC;
}
.TagClassName
{
border-color: #FDF0CC;
}
</style>