Html Css Color HEX #FEF0BB Oasis

📋 copy color: '#FEF0BB'

red 254 ◦ green 240 ◦ blue 187

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

Shades of Oasis #FEF0BB

Tints of Oasis #FEF0BB

RGB

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

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

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

R = 37.3%
G = 35.24%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEF0BB (or 0xFEF0BB) is known color: Oasis. HEX triplet: FE, F0 and BB. RGB value is (254,240,187). Sum of RGB (Red+Green+Blue) = 254+240+187=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 187 (73.44% from 255 or 27.46% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0BB is #010F44. Grayscale: #EEEEEE. Windows color (decimal): -69445 or 12316926. OLE color: 12316926.

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

Color convert

RGB 254 240 187 -
CMYK 0 0.06 0.26 0.00
HSL 47.46º 0.97% 0.86% -
HSV(B) 47.46º 0.26% 1% -
XYZ 81 86.98 59.53 -
YUV 238.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 254 240 187 0 0.06 0.26 0.00 47.46 0.97 0.86
Hex FE F0 BB 0 6 1A 0 2F 61 56
Octal 376 360 273 0 6 32 0 57 141 126
Binary 11111110 11110000 10111011 0 110 11010 0 101111 1100001 1010110

Color Harmonies of #FEF0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF0BB

Black with #FEF0BB

Text Example


Text Example

White with #FEF0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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