#FBECC4

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

Shades of Oasis #FBECC4

Tints of Oasis #FBECC4

Color information

#FBECC4 (or 0xFBECC4) is unknown color: approx Oasis. HEX triplet: FB, EC and C4. RGB value is (251,236,196). Sum of RGB (Red+Green+Blue) = 251+236+196=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 196 (76.95% from 255 or 28.70% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECC4 is #04133B. Grayscale: #ECECEC. Windows color (decimal): -267068 or 12905723. OLE color: 12905723.

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

Color convert

RGB251236196-
CMYK00.060.220.02
HSL43.64º87.3%87.65%-
HSV(B)43.64º21.91%98.43%-
XYZ79.7484.4964.33-
YUV235.92105.47138.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 196 (76.95% from 255) = 28.70%
R=36.75%
G=34.55%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123619600.060.220.0243.6487.387.65
HexFBECC4061622c5758
Octal3733543040626254127130
Binary1111101111101100110001000110101101010110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECC4; }

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

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

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

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

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

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

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

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