#FCEDBE

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

Shades of Oasis #FCEDBE

Tints of Oasis #FCEDBE

Color information

#FCEDBE (or 0xFCEDBE) is unknown color: approx Oasis. HEX triplet: FC, ED and BE. RGB value is (252,237,190). Sum of RGB (Red+Green+Blue) = 252+237+190=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 190 (74.61% from 255 or 27.98% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDBE is #031241. Grayscale: #ECECEC. Windows color (decimal): -201282 or 12512764. OLE color: 12512764.

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

Color convert

RGB252237190-
CMYK00.060.250.01
HSL45.48º91.18%86.67%-
HSV(B)45.48º24.6%98.82%-
XYZ79.7284.9860.92-
YUV236.13101.97139.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 237 (92.97% from 255) = 34.90%
BLUE value IS 190 (74.61% from 255) = 27.98%
R=37.11%
G=34.90%
B=27.98%

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
Decimal25223719000.060.250.0145.4891.1886.67
HexFCEDBE061912d5b57
Octal3743552760631155133127
Binary111111001110110110111110011011001110110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDBE; }

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

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

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

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

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

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

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

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