#FBECC1

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

Shades of Oasis #FBECC1

Tints of Oasis #FBECC1

Color information

#FBECC1 (or 0xFBECC1) is unknown color: approx Oasis. HEX triplet: FB, EC and C1. RGB value is (251,236,193). Sum of RGB (Red+Green+Blue) = 251+236+193=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 193 (75.78% from 255 or 28.38% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECC1 is #04133E. Grayscale: #EBEBEB. Windows color (decimal): -267071 or 12709115. OLE color: 12709115.

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

Color convert

RGB251236193-
CMYK00.060.230.02
HSL44.48º87.88%87.06%-
HSV(B)44.48º23.11%98.43%-
XYZ79.484.3562.55-
YUV235.58103.97139-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 236 (92.58% from 255) = 34.71%
BLUE value IS 193 (75.78% from 255) = 28.38%
R=36.91%
G=34.71%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123619300.060.230.0244.4887.8887.06
HexFBECC1061722c5857
Octal3733543010627254130127
Binary1111101111101100110000010110101111010110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECC1; }

 p { color: rgb(251,236,193); }

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

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

 a { background-color: rgb(251,236,193); }

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

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

 span { border-color: rgb(251,236,193); }

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