#FCEBBF

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

Shades of Oasis #FCEBBF

Tints of Oasis #FCEBBF

Color information

#FCEBBF (or 0xFCEBBF) is unknown color: approx Oasis. HEX triplet: FC, EB and BF. RGB value is (252,235,191). Sum of RGB (Red+Green+Blue) = 252+235+191=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 191 (75% from 255 or 28.17% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBBF is #031440. Grayscale: #EBEBEB. Windows color (decimal): -201793 or 12577788. OLE color: 12577788.

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

Color convert

RGB252235191-
CMYK00.070.240.01
HSL43.28º91.04%86.86%-
HSV(B)43.28º24.21%98.82%-
XYZ79.2683.8761.3-
YUV235.07103.13140.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 235 (92.19% from 255) = 34.66%
BLUE value IS 191 (75% from 255) = 28.17%
R=37.17%
G=34.66%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223519100.070.240.0143.2891.0486.86
HexFCEBBF071812b5b57
Octal3743532770730153133127
Binary111111001110101110111111011111000110101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBBF; }

 p { color: rgb(252,235,191); }

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

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

 a { background-color: rgb(252,235,191); }

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

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

 span { border-color: rgb(252,235,191); }

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