#FFECC2

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

Shades of Oasis #FFECC2

Tints of Oasis #FFECC2

Color information

#FFECC2 (or 0xFFECC2) is unknown color: approx Oasis. HEX triplet: FF, EC and C2. RGB value is (255,236,194). Sum of RGB (Red+Green+Blue) = 255+236+194=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 194 (76.17% from 255 or 28.32% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECC2 is #00133D. Grayscale: #EDEDED. Windows color (decimal): -4926 or 12774655. OLE color: 12774655.

HSL color Cylindrical-coordinate representation of color #FFECC2: hue angle of 41.31º 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 #FFECC2 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255236194-
CMYK00.070.240
HSL41.31º100%88.04%-
HSV(B)41.31º23.92%100%-
XYZ80.9785.1563.21-
YUV236.89103.79140.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 194 (76.17% from 255) = 28.32%
R=37.23%
G=34.45%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523619400.070.24041.3110088.04
HexFFECC207180296458
Octal3773543020730051144130
Binary111111111110110011000010011111000010100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECC2; }

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

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

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

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

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

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

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

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