#FFECC6

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

Shades of Oasis #FFECC6

Tints of Oasis #FFECC6

Color information

#FFECC6 (or 0xFFECC6) is unknown color: approx Oasis. HEX triplet: FF, EC and C6. RGB value is (255,236,198). Sum of RGB (Red+Green+Blue) = 255+236+198=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 198 (77.73% from 255 or 28.74% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECC6 is #001339. Grayscale: #EDEDED. Windows color (decimal): -4922 or 13036799. OLE color: 13036799.

HSL color Cylindrical-coordinate representation of color #FFECC6: hue angle of 40º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFECC6 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255236198-
CMYK00.070.220
HSL40º100%88.82%-
HSV(B)40º22.35%100%-
XYZ81.4385.3365.6-
YUV237.35105.79140.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 236 (92.58% from 255) = 34.25%
BLUE value IS 198 (77.73% from 255) = 28.74%
R=37.01%
G=34.25%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523619800.070.2204010088.82
HexFFECC607160286459
Octal3773543060726050144131
Binary111111111110110011000110011110110010100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECC6; }

 p { color: rgb(255,236,198); }

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

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

 a { background-color: rgb(255,236,198); }

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

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

 span { border-color: rgb(255,236,198); }

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