#FCEFBA

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

Shades of Oasis #FCEFBA

Tints of Oasis #FCEFBA

Color information

#FCEFBA (or 0xFCEFBA) is unknown color: approx Oasis. HEX triplet: FC, EF and BA. RGB value is (252,239,186). Sum of RGB (Red+Green+Blue) = 252+239+186=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 186 (73.05% from 255 or 27.47% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFBA is #031045. Grayscale: #EDEDED. Windows color (decimal): -200774 or 12251132. OLE color: 12251132.

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

Color convert

RGB252239186-
CMYK00.050.260.01
HSL48.18º91.67%85.88%-
HSV(B)48.18º26.19%98.82%-
XYZ79.8785.9758.84-
YUV236.8499.31138.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 239 (93.75% from 255) = 35.30%
BLUE value IS 186 (73.05% from 255) = 27.47%
R=37.22%
G=35.30%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223918600.050.260.0148.1891.6785.88
HexFCEFBA051A1305c56
Octal3743572720532160134126
Binary111111001110111110111010010111010111000010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFBA; }

 p { color: rgb(252,239,186); }

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

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

 a { background-color: rgb(252,239,186); }

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

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

 span { border-color: rgb(252,239,186); }

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