#FBECC6

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

Shades of Oasis #FBECC6

Tints of Oasis #FBECC6

Color information

#FBECC6 (or 0xFBECC6) is unknown color: approx Oasis. HEX triplet: FB, EC and C6. RGB value is (251,236,198). Sum of RGB (Red+Green+Blue) = 251+236+198=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 198 (77.73% from 255 or 28.91% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECC6 is #041339. Grayscale: #ECECEC. Windows color (decimal): -267066 or 13036795. OLE color: 13036795.

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

Color convert

RGB251236198-
CMYK00.060.210.02
HSL43.02º86.89%88.04%-
HSV(B)43.02º21.12%98.43%-
XYZ79.9784.5865.54-
YUV236.15106.47138.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.64%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 198 (77.73% from 255) = 28.91%
R=36.64%
G=34.45%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123619800.060.210.0243.0286.8988.04
HexFBECC6061522b5758
Octal3733543060625253127130
Binary1111101111101100110001100110101011010101110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECC6; }

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

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

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

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

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

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

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

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