Html Css Color HEX #FEF1BF Oasis

📋 copy color: '#FEF1BF'

red 254 ◦ green 241 ◦ blue 191

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

Shades of Oasis #FEF1BF

Tints of Oasis #FEF1BF

RGB

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

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

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

R = 37.03%
G = 35.13%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEF1BF (or 0xFEF1BF) is known color: Oasis. HEX triplet: FE, F1 and BF. RGB value is (254,241,191). Sum of RGB (Red+Green+Blue) = 254+241+191=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 191 (75% from 255 or 27.84% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1BF is #010E40. Grayscale: #EFEFEF. Windows color (decimal): -69185 or 12579326. OLE color: 12579326.

HSL color Cylindrical-coordinate representation of color #FEF1BF: hue angle of 47.62º 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 #FEF1BF is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 241 191 -
CMYK 0 0.05 0.25 0.00
HSL 47.62º 0.97% 0.87% -
HSV(B) 47.62º 0.25% 1% -
XYZ 81.73 87.74 61.92 -
YUV 239.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 254 241 191 0 0.05 0.25 0.00 47.62 0.97 0.87
Hex FE F1 BF 0 5 19 0 30 61 57
Octal 376 361 277 0 5 31 0 60 141 127
Binary 11111110 11110001 10111111 0 101 11001 0 110000 1100001 1010111

Color Harmonies of #FEF1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1BF

Black with #FEF1BF

Text Example


Text Example

White with #FEF1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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