#FCEDBD

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

Shades of Oasis #FCEDBD

Tints of Oasis #FCEDBD

Color information

#FCEDBD (or 0xFCEDBD) is unknown color: approx Oasis. HEX triplet: FC, ED and BD. RGB value is (252,237,189). Sum of RGB (Red+Green+Blue) = 252+237+189=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 189 (74.22% from 255 or 27.88% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDBD is #031242. Grayscale: #ECECEC. Windows color (decimal): -201283 or 12447228. OLE color: 12447228.

HSL color Cylindrical-coordinate representation of color #FCEDBD: hue angle of 45.71º 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 #FCEDBD is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB252237189-
CMYK00.060.250.01
HSL45.71º91.3%86.47%-
HSV(B)45.71º25%98.82%-
XYZ79.6184.9460.34-
YUV236.01101.47139.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 237 (92.97% from 255) = 34.96%
BLUE value IS 189 (74.22% from 255) = 27.88%
R=37.17%
G=34.96%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223718900.060.250.0145.7191.386.47
HexFCEDBD061912e5b56
Octal3743552750631156133126
Binary111111001110110110111101011011001110111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDBD; }

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

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

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

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

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

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

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

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