Shades of Oasis #FFEFCA
Tints of Oasis #FFEFCA
RGB
CMYK
RGB Variations
Color information
#FFEFCA (or 0xFFEFCA) is known color: Oasis. HEX triplet: FF, EF and CA. RGB value is (255,239,202). Sum of RGB (Red+Green+Blue) = 255+239+202=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFCA is #001035. Grayscale: #EFEFEF. Windows color (decimal): -4150 or 13299711. OLE color: 13299711.
HSL color Cylindrical-coordinate representation of color #FFEFCA: hue angle of 41.89º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFEFCA is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 239 | 202 | - |
CMYK | 0 | 0.06 | 0.21 | 0 |
HSL | 41.89º | 1% | 0.9% | - |
HSV(B) | 41.89º | 0.21% | 1% | - |
XYZ | 82.77 | 87.26 | 68.36 | - |
YUV | 239.57 | 106.8 | 139.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 239 | 202 | 0 | 0.06 | 0.21 | 0 | 41.89 | 1 | 0.9 |
Hex | FF | EF | CA | 0 | 6 | 15 | 0 | 2A | 64 | 5A |
Octal | 377 | 357 | 312 | 0 | 6 | 25 | 0 | 52 | 144 | 132 |
Binary | 11111111 | 11101111 | 11001010 | 0 | 110 | 10101 | 0 | 101010 | 1100100 | 1011010 |
Color Harmonies of #FFEFCA
Complementary color
Monochromatic Colors of #FFEFCA
Black with #FFEFCA
Text Example
Text Example
White with #FFEFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFCA; }
p { color: rgb(255,239,202); }
H1.HeaderClassName
{
color: #FFEFCA;
}
.AnyTagClassName
{
color: #FFEFCA;
}
</style>
background-color css
<style>
a { background-color: #FFEFCA; }
a { background-color: rgb(255,239,202); }
div.DivClassName
{
background-color: #FFEFCA;
}
.BgClassName
{
background-color: #FFEFCA;
}
</style>
border-color css
<style>
span { border-color: #FFEFCA; }
span { border-color: rgb(255,239,202); }
td.TdClassName
{
border-color: #FFEFCA;
}
.TagClassName
{
border-color: #FFEFCA;
}
</style>