#FFF1C2

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

Shades of Oasis #FFF1C2

Tints of Oasis #FFF1C2

Color information

#FFF1C2 (or 0xFFF1C2) is unknown color: approx Oasis. HEX triplet: FF, F1 and C2. RGB value is (255,241,194). Sum of RGB (Red+Green+Blue) = 255+241+194=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 194 (76.17% from 255 or 28.12% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1C2 is #000E3D. Grayscale: #F0F0F0. Windows color (decimal): -3646 or 12775935. OLE color: 12775935.

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

Color convert

RGB255241194-
CMYK00.050.240
HSL46.23º100%88.04%-
HSV(B)46.23º23.92%100%-
XYZ82.4388.0763.69-
YUV239.83102.14138.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 241 (94.53% from 255) = 34.93%
BLUE value IS 194 (76.17% from 255) = 28.12%
R=36.96%
G=34.93%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524119400.050.24046.2310088.04
HexFFF1C2051802e6458
Octal3773613020530056144130
Binary111111111111000111000010010111000010111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF1C2; }

 p { color: rgb(255,241,194); }

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

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

 a { background-color: rgb(255,241,194); }

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

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

 span { border-color: rgb(255,241,194); }

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