Html Css Color HEX #FEF0BA Oasis

📋 copy color: '#FEF0BA'

red 254 ◦ green 240 ◦ blue 186

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

Shades of Oasis #FEF0BA

Tints of Oasis #FEF0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.29%

 BLUE value IS 186 (73.05% from 255) = 27.35%

R = 37.35%
G = 35.29%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEF0BA (or 0xFEF0BA) is known color: Oasis. HEX triplet: FE, F0 and BA. RGB value is (254,240,186). Sum of RGB (Red+Green+Blue) = 254+240+186=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 186 (73.05% from 255 or 27.35% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0BA is #010F45. Grayscale: #EEEEEE. Windows color (decimal): -69446 or 12251390. OLE color: 12251390.

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

Color convert

RGB 254 240 186 -
CMYK 0 0.06 0.27 0.00
HSL 47.65º 0.97% 0.86% -
HSV(B) 47.65º 0.27% 1% -
XYZ 80.9 86.94 58.97 -
YUV 238.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 254 240 186 0 0.06 0.27 0.00 47.65 0.97 0.86
Hex FE F0 BA 0 6 1B 0 30 61 56
Octal 376 360 272 0 6 33 0 60 141 126
Binary 11111110 11110000 10111010 0 110 11011 0 110000 1100001 1010110

Color Harmonies of #FEF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF0BA

Black with #FEF0BA

Text Example


Text Example

White with #FEF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF0BA; }

 p { color: rgb(254,240,186); }

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

background-color css

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

 a { background-color: rgb(254,240,186); }

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

border-color css

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

 span { border-color: rgb(254,240,186); }

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