Html Css Color HEX #FEE1BE Bisque

📋 copy color: '#FEE1BE'

red 254 ◦ green 225 ◦ blue 190

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

Shades of Bisque #FEE1BE

Tints of Bisque #FEE1BE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.63%

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

R = 37.97%
G = 33.63%
B = 28.4%

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

#FEE1BE (or 0xFEE1BE) is known color: Bisque. HEX triplet: FE, E1 and BE. RGB value is (254,225,190). Sum of RGB (Red+Green+Blue) = 254+225+190=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 190 (74.61% from 255 or 28.40% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1BE is #011E41. Grayscale: #E5E5E5. Windows color (decimal): -73282 or 12509694. OLE color: 12509694.

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

Color convert

RGB 254 225 190 -
CMYK 0 0.11 0.25 0.00
HSL 32.81º 0.97% 0.87% -
HSV(B) 32.81º 0.25% 1% -
XYZ 77.09 78.64 59.83 -
YUV 229.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 254 225 190 0 0.11 0.25 0.00 32.81 0.97 0.87
Hex FE E1 BE 0 B 19 0 21 61 57
Octal 376 341 276 0 13 31 0 41 141 127
Binary 11111110 11100001 10111110 0 1011 11001 0 100001 1100001 1010111

Color Harmonies of #FEE1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE1BE

Black with #FEE1BE

Text Example


Text Example

White with #FEE1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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