#FCEDBB

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

Shades of Oasis #FCEDBB

Tints of Oasis #FCEDBB

Color information

#FCEDBB (or 0xFCEDBB) is unknown color: approx Oasis. HEX triplet: FC, ED and BB. RGB value is (252,237,187). Sum of RGB (Red+Green+Blue) = 252+237+187=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 187 (73.44% from 255 or 27.66% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDBB is #031244. Grayscale: #EBEBEB. Windows color (decimal): -201285 or 12316156. OLE color: 12316156.

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

Color convert

RGB252237187-
CMYK00.060.260.01
HSL46.15º91.55%86.08%-
HSV(B)46.15º25.79%98.82%-
XYZ79.484.8559.21-
YUV235.78100.47139.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 187 (73.44% from 255) = 27.66%
R=37.28%
G=35.06%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223718700.060.260.0146.1591.5586.08
HexFCEDBB061A12e5c56
Octal3743552730632156134126
Binary111111001110110110111011011011010110111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDBB; }

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

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

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

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

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

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

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

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