#FBF0CB

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

Shades of Oasis #FBF0CB

Tints of Oasis #FBF0CB

Color information

#FBF0CB (or 0xFBF0CB) is unknown color: approx Oasis. HEX triplet: FB, F0 and CB. RGB value is (251,240,203). Sum of RGB (Red+Green+Blue) = 251+240+203=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 203 (79.69% from 255 or 29.25% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0CB is #040F34. Grayscale: #EFEFEF. Windows color (decimal): -266037 or 13365499. OLE color: 13365499.

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

Color convert

RGB251240203-
CMYK00.040.190.02
HSL46.25º85.71%89.02%-
HSV(B)46.25º19.12%98.43%-
XYZ81.7287.1469.01-
YUV239.07107.64136.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 240 (94.14% from 255) = 34.58%
BLUE value IS 203 (79.69% from 255) = 29.25%
R=36.17%
G=34.58%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124020300.040.190.0246.2585.7189.02
HexFBF0CB041322e5659
Octal3733603130423256126131
Binary1111101111110000110010110100100111010111010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0CB; }

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

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

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

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

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

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

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

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