Shades of Oasis #FDF2CA
Tints of Oasis #FDF2CA
RGB
CMYK
RGB Variations
Color information
#FDF2CA (or 0xFDF2CA) is known color: Oasis. HEX triplet: FD, F2 and CA. RGB value is (253,242,202). Sum of RGB (Red+Green+Blue) = 253+242+202=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2CA is #020D35. Grayscale: #F0F0F0. Windows color (decimal): -134454 or 13300477. OLE color: 13300477.
HSL color Cylindrical-coordinate representation of color #FDF2CA: hue angle of 47.06º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDF2CA is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 202 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.01 |
| HSL | 47.06º | 0.93% | 0.89% | - |
| HSV(B) | 47.06º | 0.2% | 0.99% | - |
| XYZ | 82.92 | 88.65 | 68.62 | - |
| YUV | 240.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 202 | 0 | 0.04 | 0.20 | 0.01 | 47.06 | 0.93 | 0.89 |
| Hex | FD | F2 | CA | 0 | 4 | 14 | 1 | 2F | 5D | 59 |
| Octal | 375 | 362 | 312 | 0 | 4 | 24 | 1 | 57 | 135 | 131 |
| Binary | 11111101 | 11110010 | 11001010 | 0 | 100 | 10100 | 1 | 101111 | 1011101 | 1011001 |
Color Harmonies of #FDF2CA
Complementary color
Monochromatic Colors of #FDF2CA
Black with #FDF2CA
Text Example
Text Example
White with #FDF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2CA; }
p { color: rgb(253,242,202); }
H1.HeaderClassName
{
color: #FDF2CA;
}
.AnyTagClassName
{
color: #FDF2CA;
}
</style>
background-color css
<style>
a { background-color: #FDF2CA; }
a { background-color: rgb(253,242,202); }
div.DivClassName
{
background-color: #FDF2CA;
}
.BgClassName
{
background-color: #FDF2CA;
}
</style>
border-color css
<style>
span { border-color: #FDF2CA; }
span { border-color: rgb(253,242,202); }
td.TdClassName
{
border-color: #FDF2CA;
}
.TagClassName
{
border-color: #FDF2CA;
}
</style>