#FFECC3

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

Shades of Oasis #FFECC3

Tints of Oasis #FFECC3

Color information

#FFECC3 (or 0xFFECC3) is unknown color: approx Oasis. HEX triplet: FF, EC and C3. RGB value is (255,236,195). Sum of RGB (Red+Green+Blue) = 255+236+195=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 195 (76.56% from 255 or 28.43% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECC3 is #00133C. Grayscale: #EDEDED. Windows color (decimal): -4925 or 12840191. OLE color: 12840191.

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

Color convert

RGB255236195-
CMYK00.070.240
HSL41º100%88.24%-
HSV(B)41º23.53%100%-
XYZ81.0985.1963.8-
YUV237.01104.29140.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 195 (76.56% from 255) = 28.43%
R=37.17%
G=34.40%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523619500.070.2404110088.24
HexFFECC307180296458
Octal3773543030730051144130
Binary111111111110110011000011011111000010100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECC3; }

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

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

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

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

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

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

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

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