#FFF4C6

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

Shades of Oasis #FFF4C6

Tints of Oasis #FFF4C6

Color information

#FFF4C6 (or 0xFFF4C6) is unknown color: approx Oasis. HEX triplet: FF, F4 and C6. RGB value is (255,244,198). Sum of RGB (Red+Green+Blue) = 255+244+198=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 244 (95.70% from 255 or 35.01% from 697); Blue value is 198 (77.73% from 255 or 28.41% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4C6 is #000B39. Grayscale: #F2F2F2. Windows color (decimal): -2874 or 13038847. OLE color: 13038847.

HSL color Cylindrical-coordinate representation of color #FFF4C6: hue angle of 48.42º 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 #FFF4C6 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255244198-
CMYK00.040.220
HSL48.42º100%88.82%-
HSV(B)48.42º22.35%100%-
XYZ83.7890.0466.39-
YUV242.04103.14137.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 244 (95.70% from 255) = 35.01%
BLUE value IS 198 (77.73% from 255) = 28.41%
R=36.59%
G=35.01%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524419800.040.22048.4210088.82
HexFFF4C604160306459
Octal3773643060426060144131
Binary111111111111010011000110010010110011000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4C6; }

 p { color: rgb(255,244,198); }

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

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

 a { background-color: rgb(255,244,198); }

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

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

 span { border-color: rgb(255,244,198); }

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