Html Css Color HEX #FEEEBC Oasis

📋 copy color: '#FEEEBC'

red 254 ◦ green 238 ◦ blue 188

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

Shades of Oasis #FEEEBC

Tints of Oasis #FEEEBC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35%

 BLUE value IS 188 (73.83% from 255) = 27.65%

R = 37.35%
G = 35%
B = 27.65%

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

#FEEEBC (or 0xFEEEBC) is known color: Oasis. HEX triplet: FE, EE and BC. RGB value is (254,238,188). Sum of RGB (Red+Green+Blue) = 254+238+188=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 188 (73.83% from 255 or 27.65% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEBC is #011143. Grayscale: #EDEDED. Windows color (decimal): -69956 or 12381950. OLE color: 12381950.

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

Color convert

RGB 254 238 188 -
CMYK 0 0.06 0.26 0.00
HSL 45.45º 0.97% 0.87% -
HSV(B) 45.45º 0.26% 1% -
XYZ 80.52 85.85 59.9 -
YUV 237.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 254 238 188 0 0.06 0.26 0.00 45.45 0.97 0.87
Hex FE EE BC 0 6 1A 0 2D 61 57
Octal 376 356 274 0 6 32 0 55 141 127
Binary 11111110 11101110 10111100 0 110 11010 0 101101 1100001 1010111

Color Harmonies of #FEEEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEEBC

Black with #FEEEBC

Text Example


Text Example

White with #FEEEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEEBC; }

 p { color: rgb(254,238,188); }

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

background-color css

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

 a { background-color: rgb(254,238,188); }

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

border-color css

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

 span { border-color: rgb(254,238,188); }

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