#FFF2C7

Color #FFF2C7 Oasis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oasis #FFF2C7

Tints of Oasis #FFF2C7

Color information

#FFF2C7 (or 0xFFF2C7) is unknown color: approx Oasis. HEX triplet: FF, F2 and C7. RGB value is (255,242,199). Sum of RGB (Red+Green+Blue) = 255+242+199=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 199 (78.12% from 255 or 28.59% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2C7 is #000D38. Grayscale: #F1F1F1. Windows color (decimal): -3385 or 13103871. OLE color: 13103871.

HSL color Cylindrical-coordinate representation of color #FFF2C7: hue angle of 46.07º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFF2C7 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255242199-
CMYK00.050.220
HSL46.07º100%89.02%-
HSV(B)46.07º21.96%100%-
XYZ83.388.8966.8-
YUV240.98104.31138-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 36.64%
GREEN value IS 242 (94.92% from 255) = 34.77%
BLUE value IS 199 (78.12% from 255) = 28.59%
R=36.64%
G=34.77%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524219900.050.22046.0710089.02
HexFFF2C7051602e6459
Octal3773623070526056144131
Binary111111111111001011000111010110110010111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2C7; }

 p { color: rgb(255,242,199); }

 H1.HeaderClassName
 {
   color: #FFF2C7;
 }
 .AnyTagClassName
 {
   color: #FFF2C7;
 }
</style>
background-color css

<style>
 a { background-color: #FFF2C7; }

 a { background-color: rgb(255,242,199); }

 div.DivClassName
 {
   background-color: #FFF2C7;
 }
 .BgClassName
 {
   background-color: #FFF2C7;
 }
</style>
border-color css

<style>
 span { border-color: #FFF2C7; }

 span { border-color: rgb(255,242,199); }

 td.TdClassName
 {
   border-color: #FFF2C7;
 }
 .TagClassName
 {
   border-color: #FFF2C7;
 }
</style>