Html Css Color HEX #FEE2BE Bisque

📋 copy color: '#FEE2BE'

red 254 ◦ green 226 ◦ blue 190

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

Shades of Bisque #FEE2BE

Tints of Bisque #FEE2BE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.73%

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

R = 37.91%
G = 33.73%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEE2BE (or 0xFEE2BE) is known color: Bisque. HEX triplet: FE, E2 and BE. RGB value is (254,226,190). Sum of RGB (Red+Green+Blue) = 254+226+190=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2BE is #011D41. Grayscale: #E6E6E6. Windows color (decimal): -73026 or 12509950. OLE color: 12509950.

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

Color convert

RGB 254 226 190 -
CMYK 0 0.11 0.25 0.00
HSL 33.75º 0.97% 0.87% -
HSV(B) 33.75º 0.25% 1% -
XYZ 77.36 79.18 59.92 -
YUV 230.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 254 226 190 0 0.11 0.25 0.00 33.75 0.97 0.87
Hex FE E2 BE 0 B 19 0 22 61 57
Octal 376 342 276 0 13 31 0 42 141 127
Binary 11111110 11100010 10111110 0 1011 11001 0 100010 1100001 1010111

Color Harmonies of #FEE2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE2BE

Black with #FEE2BE

Text Example


Text Example

White with #FEE2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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