#FBEFC0

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

Shades of Oasis #FBEFC0

Tints of Oasis #FBEFC0

Color information

#FBEFC0 (or 0xFBEFC0) is unknown color: approx Oasis. HEX triplet: FB, EF and C0. RGB value is (251,239,192). Sum of RGB (Red+Green+Blue) = 251+239+192=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 192 (75.39% from 255 or 28.15% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFC0 is #04103F. Grayscale: #EDEDED. Windows color (decimal): -266304 or 12644347. OLE color: 12644347.

HSL color Cylindrical-coordinate representation of color #FBEFC0: hue angle of 47.8º 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 #FBEFC0 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251239192-
CMYK00.050.240.02
HSL47.8º88.06%86.86%-
HSV(B)47.8º23.51%98.43%-
XYZ80.1686.0562.25-
YUV237.23102.48137.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 239 (93.75% from 255) = 35.04%
BLUE value IS 192 (75.39% from 255) = 28.15%
R=36.80%
G=35.04%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123919200.050.240.0247.888.0686.86
HexFBEFC005182305857
Octal3733573000530260130127
Binary1111101111101111110000000101110001011000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFC0; }

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

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

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

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

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

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

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

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