#FCEABD

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

Shades of Oasis #FCEABD

Tints of Oasis #FCEABD

Color information

#FCEABD (or 0xFCEABD) is unknown color: approx Oasis. HEX triplet: FC, EA and BD. RGB value is (252,234,189). Sum of RGB (Red+Green+Blue) = 252+234+189=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 189 (74.22% from 255 or 28% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEABD is #031542. Grayscale: #EAEAEA. Windows color (decimal): -202051 or 12446460. OLE color: 12446460.

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

Color convert

RGB252234189-
CMYK00.070.250.01
HSL42.86º91.3%86.47%-
HSV(B)42.86º25%98.82%-
XYZ78.7583.2260.06-
YUV234.25102.46140.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 234 (91.80% from 255) = 34.67%
BLUE value IS 189 (74.22% from 255) = 28%
R=37.33%
G=34.67%
B=28%

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
Decimal25223418900.070.250.0142.8691.386.47
HexFCEABD071912b5b56
Octal3743522750731153133126
Binary111111001110101010111101011111001110101110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEABD; }

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

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

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

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

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

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

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

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