#FBF0C0

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

Shades of Oasis #FBF0C0

Tints of Oasis #FBF0C0

Color information

#FBF0C0 (or 0xFBF0C0) is unknown color: approx Oasis. HEX triplet: FB, F0 and C0. RGB value is (251,240,192). Sum of RGB (Red+Green+Blue) = 251+240+192=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 192 (75.39% from 255 or 28.11% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0C0 is #040F3F. Grayscale: #EEEEEE. Windows color (decimal): -266048 or 12644603. OLE color: 12644603.

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

Color convert

RGB251240192-
CMYK00.040.240.02
HSL48.81º88.06%86.86%-
HSV(B)48.81º23.51%98.43%-
XYZ80.4686.6462.35-
YUV237.82102.14137.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 240 (94.14% from 255) = 35.14%
BLUE value IS 192 (75.39% from 255) = 28.11%
R=36.75%
G=35.14%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124019200.040.240.0248.8188.0686.86
HexFBF0C004182315857
Octal3733603000430261130127
Binary1111101111110000110000000100110001011000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0C0; }

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

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

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

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

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

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

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

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