#FCEDC7

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

Shades of Oasis #FCEDC7

Tints of Oasis #FCEDC7

Color information

#FCEDC7 (or 0xFCEDC7) is unknown color: approx Oasis. HEX triplet: FC, ED and C7. RGB value is (252,237,199). Sum of RGB (Red+Green+Blue) = 252+237+199=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 199 (78.12% from 255 or 28.92% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDC7 is #031238. Grayscale: #EDEDED. Windows color (decimal): -201273 or 13102588. OLE color: 13102588.

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

Color convert

RGB252237199-
CMYK00.060.210.01
HSL43.02º89.83%88.43%-
HSV(B)43.02º21.03%98.82%-
XYZ80.7485.3966.26-
YUV237.15106.47138.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 199 (78.12% from 255) = 28.92%
R=36.63%
G=34.45%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223719900.060.210.0143.0289.8388.43
HexFCEDC7061512b5a58
Octal3743553070625153132130
Binary111111001110110111000111011010101110101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDC7; }

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

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

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

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

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

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

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

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