#FCEBBD

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

Shades of Oasis #FCEBBD

Tints of Oasis #FCEBBD

Color information

#FCEBBD (or 0xFCEBBD) is unknown color: approx Oasis. HEX triplet: FC, EB and BD. RGB value is (252,235,189). Sum of RGB (Red+Green+Blue) = 252+235+189=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBBD is #031442. Grayscale: #EBEBEB. Windows color (decimal): -201795 or 12446716. OLE color: 12446716.

HSL color Cylindrical-coordinate representation of color #FCEBBD: hue angle of 43.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCEBBD is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB252235189-
CMYK00.070.250.01
HSL43.81º91.3%86.47%-
HSV(B)43.81º25%98.82%-
XYZ79.0483.7960.15-
YUV234.84102.13140.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 235 (92.19% from 255) = 34.76%
BLUE value IS 189 (74.22% from 255) = 27.96%
R=37.28%
G=34.76%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223518900.070.250.0143.8191.386.47
HexFCEBBD071912c5b56
Octal3743532750731154133126
Binary111111001110101110111101011111001110110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBBD; }

 p { color: rgb(252,235,189); }

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

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

 a { background-color: rgb(252,235,189); }

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

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

 span { border-color: rgb(252,235,189); }

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