#FCEFC7

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

Shades of Oasis #FCEFC7

Tints of Oasis #FCEFC7

Color information

#FCEFC7 (or 0xFCEFC7) is unknown color: approx Oasis. HEX triplet: FC, EF and C7. RGB value is (252,239,199). Sum of RGB (Red+Green+Blue) = 252+239+199=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 199 (78.12% from 255 or 28.84% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFC7 is #031038. Grayscale: #EEEEEE. Windows color (decimal): -200761 or 13103100. OLE color: 13103100.

HSL color Cylindrical-coordinate representation of color #FCEFC7: hue angle of 45.28º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCEFC7 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB252239199-
CMYK00.050.210.01
HSL45.28º89.83%88.43%-
HSV(B)45.28º21.03%98.82%-
XYZ81.3286.5566.45-
YUV238.33105.81137.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 199 (78.12% from 255) = 28.84%
R=36.52%
G=34.64%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223919900.050.210.0145.2889.8388.43
HexFCEFC7051512d5a58
Octal3743573070525155132130
Binary111111001110111111000111010110101110110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFC7; }

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

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

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

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

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

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

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

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