#FFF0C0

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

Shades of Oasis #FFF0C0

Tints of Oasis #FFF0C0

Color information

#FFF0C0 (or 0xFFF0C0) is unknown color: approx Oasis. HEX triplet: FF, F0 and C0. RGB value is (255,240,192). Sum of RGB (Red+Green+Blue) = 255+240+192=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 192 (75.39% from 255 or 27.95% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0C0 is #000F3F. Grayscale: #EFEFEF. Windows color (decimal): -3904 or 12644607. OLE color: 12644607.

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

Color convert

RGB255240192-
CMYK00.060.250
HSL45.71º100%87.65%-
HSV(B)45.71º24.71%100%-
XYZ81.9187.3962.42-
YUV239.01101.47139.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 240 (94.14% from 255) = 34.93%
BLUE value IS 192 (75.39% from 255) = 27.95%
R=37.12%
G=34.93%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524019200.060.25045.7110087.65
HexFFF0C0061902e6458
Octal3773603000631056144130
Binary111111111111000011000000011011001010111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0C0; }

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

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

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

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

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

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

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

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