Html Css Color HEX #FEF1BB Oasis

📋 copy color: '#FEF1BB'

red 254 ◦ green 241 ◦ blue 187

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

Shades of Oasis #FEF1BB

Tints of Oasis #FEF1BB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.34%

 BLUE value IS 187 (73.44% from 255) = 27.42%

R = 37.24%
G = 35.34%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEF1BB (or 0xFEF1BB) is known color: Oasis. HEX triplet: FE, F1 and BB. RGB value is (254,241,187). Sum of RGB (Red+Green+Blue) = 254+241+187=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 187 (73.44% from 255 or 27.42% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1BB is #010E44. Grayscale: #EEEEEE. Windows color (decimal): -69189 or 12317182. OLE color: 12317182.

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

Color convert

RGB 254 241 187 -
CMYK 0 0.05 0.26 0.00
HSL 48.36º 0.97% 0.86% -
HSV(B) 48.36º 0.26% 1% -
XYZ 81.3 87.57 59.63 -
YUV 238.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 254 241 187 0 0.05 0.26 0.00 48.36 0.97 0.86
Hex FE F1 BB 0 5 1A 0 30 61 56
Octal 376 361 273 0 5 32 0 60 141 126
Binary 11111110 11110001 10111011 0 101 11010 0 110000 1100001 1010110

Color Harmonies of #FEF1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1BB

Black with #FEF1BB

Text Example


Text Example

White with #FEF1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1BB; }

 p { color: rgb(254,241,187); }

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

background-color css

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

 a { background-color: rgb(254,241,187); }

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

border-color css

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

 span { border-color: rgb(254,241,187); }

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