#FFF2C9

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

Shades of Oasis #FFF2C9

Tints of Oasis #FFF2C9

Color information

#FFF2C9 (or 0xFFF2C9) is unknown color: approx Oasis. HEX triplet: FF, F2 and C9. RGB value is (255,242,201). Sum of RGB (Red+Green+Blue) = 255+242+201=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 201 (78.91% from 255 or 28.80% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2C9 is #000D36. Grayscale: #F1F1F1. Windows color (decimal): -3383 or 13234943. OLE color: 13234943.

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

Color convert

RGB255242201-
CMYK00.050.210
HSL45.56º100%89.41%-
HSV(B)45.56º21.18%100%-
XYZ83.5388.9868.03-
YUV241.21105.31137.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.53%
GREEN value IS 242 (94.92% from 255) = 34.67%
BLUE value IS 201 (78.91% from 255) = 28.80%
R=36.53%
G=34.67%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524220100.050.21045.5610089.41
HexFFF2C9051502e6459
Octal3773623110525056144131
Binary111111111111001011001001010110101010111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2C9; }

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

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

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

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

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

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

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

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