#FBEFCB

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

Shades of Oasis #FBEFCB

Tints of Oasis #FBEFCB

Color information

#FBEFCB (or 0xFBEFCB) is unknown color: approx Oasis. HEX triplet: FB, EF and CB. RGB value is (251,239,203). Sum of RGB (Red+Green+Blue) = 251+239+203=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 203 (79.69% from 255 or 29.29% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFCB is #041034. Grayscale: #EEEEEE. Windows color (decimal): -266293 or 13365243. OLE color: 13365243.

HSL color Cylindrical-coordinate representation of color #FBEFCB: hue angle of 45º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBEFCB is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251239203-
CMYK00.050.190.02
HSL45º85.71%89.02%-
HSV(B)45º19.12%98.43%-
XYZ81.4386.5568.91-
YUV238.48107.98136.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.22%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 203 (79.69% from 255) = 29.29%
R=36.22%
G=34.49%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123920300.050.190.024585.7189.02
HexFBEFCB051322d5659
Octal3733573130523255126131
Binary1111101111101111110010110101100111010110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFCB; }

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

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

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

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

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

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

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

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