Shades of Oasis #FEEEC3
Tints of Oasis #FEEEC3
RGB
CMYK
RGB Variations
Color information
#FEEEC3 (or 0xFEEEC3) is known color: Oasis. HEX triplet: FE, EE and C3. RGB value is (254,238,195). Sum of RGB (Red+Green+Blue) = 254+238+195=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 195 (76.56% from 255 or 28.38% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEC3 is #01113C. Grayscale: #EEEEEE. Windows color (decimal): -69949 or 12840702. OLE color: 12840702.
HSL color Cylindrical-coordinate representation of color #FEEEC3: hue angle of 43.73º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEEEC3 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 238 | 195 | - |
CMYK | 0 | 0.06 | 0.23 | 0.00 |
HSL | 43.73º | 0.97% | 0.88% | - |
HSV(B) | 43.73º | 0.23% | 1% | - |
XYZ | 81.3 | 86.16 | 63.98 | - |
YUV | 237.88 | 103.8 | 139.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 238 | 195 | 0 | 0.06 | 0.23 | 0.00 | 43.73 | 0.97 | 0.88 |
Hex | FE | EE | C3 | 0 | 6 | 17 | 0 | 2C | 61 | 58 |
Octal | 376 | 356 | 303 | 0 | 6 | 27 | 0 | 54 | 141 | 130 |
Binary | 11111110 | 11101110 | 11000011 | 0 | 110 | 10111 | 0 | 101100 | 1100001 | 1011000 |
Color Harmonies of #FEEEC3
Complementary color
Monochromatic Colors of #FEEEC3
Black with #FEEEC3
Text Example
Text Example
White with #FEEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEC3; }
p { color: rgb(254,238,195); }
H1.HeaderClassName
{
color: #FEEEC3;
}
.AnyTagClassName
{
color: #FEEEC3;
}
</style>
background-color css
<style>
a { background-color: #FEEEC3; }
a { background-color: rgb(254,238,195); }
div.DivClassName
{
background-color: #FEEEC3;
}
.BgClassName
{
background-color: #FEEEC3;
}
</style>
border-color css
<style>
span { border-color: #FEEEC3; }
span { border-color: rgb(254,238,195); }
td.TdClassName
{
border-color: #FEEEC3;
}
.TagClassName
{
border-color: #FEEEC3;
}
</style>