Shades of Oasis #FFF2CC
Tints of Oasis #FFF2CC
RGB
CMYK
RGB Variations
Color information
#FFF2CC (or 0xFFF2CC) is known color: Oasis. HEX triplet: FF, F2 and CC. RGB value is (255,242,204). Sum of RGB (Red+Green+Blue) = 255+242+204=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 204 (80.08% from 255 or 29.10% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2CC is #000D33. Grayscale: #F1F1F1. Windows color (decimal): -3380 or 13431551. OLE color: 13431551.
HSL color Cylindrical-coordinate representation of color #FFF2CC: hue angle of 44.71º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFF2CC is Cyan = 0, Magento = 0.05, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 204 | - |
| CMYK | 0 | 0.05 | 0.2 | 0 |
| HSL | 44.71º | 1% | 0.9% | - |
| HSV(B) | 44.71º | 0.2% | 1% | - |
| XYZ | 83.89 | 89.12 | 69.91 | - |
| YUV | 241.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 204 | 0 | 0.05 | 0.2 | 0 | 44.71 | 1 | 0.9 |
| Hex | FF | F2 | CC | 0 | 5 | 14 | 0 | 2D | 64 | 5A |
| Octal | 377 | 362 | 314 | 0 | 5 | 24 | 0 | 55 | 144 | 132 |
| Binary | 11111111 | 11110010 | 11001100 | 0 | 101 | 10100 | 0 | 101101 | 1100100 | 1011010 |
Color Harmonies of #FFF2CC
Complementary color
Monochromatic Colors of #FFF2CC
Black with #FFF2CC
Text Example
Text Example
White with #FFF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2CC; }
p { color: rgb(255,242,204); }
H1.HeaderClassName
{
color: #FFF2CC;
}
.AnyTagClassName
{
color: #FFF2CC;
}
</style>
background-color css
<style>
a { background-color: #FFF2CC; }
a { background-color: rgb(255,242,204); }
div.DivClassName
{
background-color: #FFF2CC;
}
.BgClassName
{
background-color: #FFF2CC;
}
</style>
border-color css
<style>
span { border-color: #FFF2CC; }
span { border-color: rgb(255,242,204); }
td.TdClassName
{
border-color: #FFF2CC;
}
.TagClassName
{
border-color: #FFF2CC;
}
</style>