Html Css Color HEX #FEF2BF Oasis

📋 copy color: '#FEF2BF'

red 254 ◦ green 242 ◦ blue 191

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

Shades of Oasis #FEF2BF

Tints of Oasis #FEF2BF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.23%

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

R = 36.97%
G = 35.23%
B = 27.8%

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

#FEF2BF (or 0xFEF2BF) is known color: Oasis. HEX triplet: FE, F2 and BF. RGB value is (254,242,191). Sum of RGB (Red+Green+Blue) = 254+242+191=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 191 (75% from 255 or 27.80% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2BF is #010D40. Grayscale: #EFEFEF. Windows color (decimal): -68929 or 12579582. OLE color: 12579582.

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

Color convert

RGB 254 242 191 -
CMYK 0 0.05 0.25 0.00
HSL 48.57º 0.97% 0.87% -
HSV(B) 48.57º 0.25% 1% -
XYZ 82.03 88.34 62.02 -
YUV 239.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 254 242 191 0 0.05 0.25 0.00 48.57 0.97 0.87
Hex FE F2 BF 0 5 19 0 31 61 57
Octal 376 362 277 0 5 31 0 61 141 127
Binary 11111110 11110010 10111111 0 101 11001 0 110001 1100001 1010111

Color Harmonies of #FEF2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2BF

Black with #FEF2BF

Text Example


Text Example

White with #FEF2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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