#FFF1C0

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

Shades of Oasis #FFF1C0

Tints of Oasis #FFF1C0

Color information

#FFF1C0 (or 0xFFF1C0) is unknown color: approx Oasis. HEX triplet: FF, F1 and C0. RGB value is (255,241,192). Sum of RGB (Red+Green+Blue) = 255+241+192=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 192 (75.39% from 255 or 27.91% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1C0 is #000E3F. Grayscale: #EFEFEF. Windows color (decimal): -3648 or 12644863. OLE color: 12644863.

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

Color convert

RGB255241192-
CMYK00.050.250
HSL46.67º100%87.65%-
HSV(B)46.67º24.71%100%-
XYZ82.2187.9862.52-
YUV239.6101.14138.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 241 (94.53% from 255) = 35.03%
BLUE value IS 192 (75.39% from 255) = 27.91%
R=37.06%
G=35.03%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524119200.050.25046.6710087.65
HexFFF1C0051902f6458
Octal3773613000531057144130
Binary111111111111000111000000010111001010111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF1C0; }

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

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

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

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

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

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

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

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