Html Css Color HEX #FEF2BE Oasis

📋 copy color: '#FEF2BE'

red 254 ◦ green 242 ◦ blue 190

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

Shades of Oasis #FEF2BE

Tints of Oasis #FEF2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 27.7%

R = 37.03%
G = 35.28%
B = 27.7%

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

#FEF2BE (or 0xFEF2BE) is known color: Oasis. HEX triplet: FE, F2 and BE. RGB value is (254,242,190). Sum of RGB (Red+Green+Blue) = 254+242+190=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 190 (74.61% from 255 or 27.70% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2BE is #010D41. Grayscale: #EFEFEF. Windows color (decimal): -68930 or 12514046. OLE color: 12514046.

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

Color convert

RGB 254 242 190 -
CMYK 0 0.05 0.25 0.00
HSL 48.75º 0.97% 0.87% -
HSV(B) 48.75º 0.25% 1% -
XYZ 81.92 88.29 61.44 -
YUV 239.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 254 242 190 0 0.05 0.25 0.00 48.75 0.97 0.87
Hex FE F2 BE 0 5 19 0 31 61 57
Octal 376 362 276 0 5 31 0 61 141 127
Binary 11111110 11110010 10111110 0 101 11001 0 110001 1100001 1010111

Color Harmonies of #FEF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2BE

Black with #FEF2BE

Text Example


Text Example

White with #FEF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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