#FFF4C5

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

Shades of Oasis #FFF4C5

Tints of Oasis #FFF4C5

Color information

#FFF4C5 (or 0xFFF4C5) is unknown color: approx Oasis. HEX triplet: FF, F4 and C5. RGB value is (255,244,197). Sum of RGB (Red+Green+Blue) = 255+244+197=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 244 (95.70% from 255 or 35.06% from 696); Blue value is 197 (77.34% from 255 or 28.30% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4C5 is #000B3A. Grayscale: #F2F2F2. Windows color (decimal): -2875 or 12973311. OLE color: 12973311.

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

Color convert

RGB255244197-
CMYK00.040.230
HSL48.62º100%88.63%-
HSV(B)48.62º22.75%100%-
XYZ83.6789.9965.78-
YUV241.93102.64137.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.64%
GREEN value IS 244 (95.70% from 255) = 35.06%
BLUE value IS 197 (77.34% from 255) = 28.30%
R=36.64%
G=35.06%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524419700.040.23048.6210088.63
HexFFF4C504170316459
Octal3773643050427061144131
Binary111111111111010011000101010010111011000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4C5; }

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

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

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

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

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

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

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

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