Html Css Color HEX #FEE9BF Oasis

📋 copy color: '#FEE9BF'

red 254 ◦ green 233 ◦ blue 191

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

Shades of Oasis #FEE9BF

Tints of Oasis #FEE9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 28.17%

R = 37.46%
G = 34.37%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEE9BF (or 0xFEE9BF) is known color: Oasis. HEX triplet: FE, E9 and BF. RGB value is (254,233,191). Sum of RGB (Red+Green+Blue) = 254+233+191=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 233 (91.41% from 255 or 34.37% from 678); Blue value is 191 (75% from 255 or 28.17% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9BF is #011640. Grayscale: #EAEAEA. Windows color (decimal): -71233 or 12577278. OLE color: 12577278.

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

Color convert

RGB 254 233 191 -
CMYK 0 0.08 0.25 0.00
HSL 40º 0.97% 0.87% -
HSV(B) 40º 0.25% 1% -
XYZ 79.42 83.11 61.15 -
YUV 234.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 254 233 191 0 0.08 0.25 0.00 40 0.97 0.87
Hex FE E9 BF 0 8 19 0 28 61 57
Octal 376 351 277 0 10 31 0 50 141 127
Binary 11111110 11101001 10111111 0 1000 11001 0 101000 1100001 1010111

Color Harmonies of #FEE9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE9BF

Black with #FEE9BF

Text Example


Text Example

White with #FEE9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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