Html Css Color HEX #FEF0BD Oasis

📋 copy color: '#FEF0BD'

red 254 ◦ green 240 ◦ blue 189

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

Shades of Oasis #FEF0BD

Tints of Oasis #FEF0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 27.67%

R = 37.19%
G = 35.14%
B = 27.67%

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

#FEF0BD (or 0xFEF0BD) is known color: Oasis. HEX triplet: FE, F0 and BD. RGB value is (254,240,189). Sum of RGB (Red+Green+Blue) = 254+240+189=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 189 (74.22% from 255 or 27.67% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0BD is #010F42. Grayscale: #EEEEEE. Windows color (decimal): -69443 or 12447998. OLE color: 12447998.

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

Color convert

RGB 254 240 189 -
CMYK 0 0.06 0.26 0.00
HSL 47.08º 0.97% 0.87% -
HSV(B) 47.08º 0.26% 1% -
XYZ 81.22 87.07 60.67 -
YUV 238.37 100.14 139.15 -
System Red Green Blue C M Y K H S L
Decimal 254 240 189 0 0.06 0.26 0.00 47.08 0.97 0.87
Hex FE F0 BD 0 6 1A 0 2F 61 57
Octal 376 360 275 0 6 32 0 57 141 127
Binary 11111110 11110000 10111101 0 110 11010 0 101111 1100001 1010111

Color Harmonies of #FEF0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF0BD

Black with #FEF0BD

Text Example


Text Example

White with #FEF0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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