Html Css Color HEX #FEE9C2 Oasis

📋 copy color: '#FEE9C2'

red 254 ◦ green 233 ◦ blue 194

#FEE9C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oasis #FEE9C2

Tints of Oasis #FEE9C2

RGB

 RED value IS 254 (99.61% from 255) = 37.3%

 GREEN value IS 233 (91.41% from 255) = 34.21%

 BLUE value IS 194 (76.17% from 255) = 28.49%

R = 37.3%
G = 34.21%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEE9C2 (or 0xFEE9C2) is known color: Oasis. HEX triplet: FE, E9 and C2. RGB value is (254,233,194). Sum of RGB (Red+Green+Blue) = 254+233+194=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 233 (91.41% from 255 or 34.21% from 681); Blue value is 194 (76.17% from 255 or 28.49% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9C2 is #01163D. Grayscale: #EBEBEB. Windows color (decimal): -71230 or 12773886. OLE color: 12773886.

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

Color convert

RGB 254 233 194 -
CMYK 0 0.08 0.24 0.00
HSL 39º 0.97% 0.88% -
HSV(B) 39º 0.24% 1% -
XYZ 79.75 83.24 62.9 -
YUV 234.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 254 233 194 0 0.08 0.24 0.00 39 0.97 0.88
Hex FE E9 C2 0 8 18 0 27 61 58
Octal 376 351 302 0 10 30 0 47 141 130
Binary 11111110 11101001 11000010 0 1000 11000 0 100111 1100001 1011000

Color Harmonies of #FEE9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE9C2

Black with #FEE9C2

Text Example


Text Example

White with #FEE9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE9C2; }

 p { color: rgb(254,233,194); }

 H1.HeaderClassName
 {
   color: #FEE9C2;
 }
 .AnyTagClassName
 {
   color: #FEE9C2;
 }
</style>

background-color css

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

 a { background-color: rgb(254,233,194); }

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

border-color css

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

 span { border-color: rgb(254,233,194); }

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