Html Css Color HEX #FEE1BC Bisque

📋 copy color: '#FEE1BC'

red 254 ◦ green 225 ◦ blue 188

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

Shades of Bisque #FEE1BC

Tints of Bisque #FEE1BC

RGB

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

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

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

R = 38.08%
G = 33.73%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEE1BC (or 0xFEE1BC) is known color: Bisque. HEX triplet: FE, E1 and BC. RGB value is (254,225,188). Sum of RGB (Red+Green+Blue) = 254+225+188=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1BC is #011E43. Grayscale: #E5E5E5. Windows color (decimal): -73284 or 12378622. OLE color: 12378622.

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

Color convert

RGB 254 225 188 -
CMYK 0 0.11 0.26 0.00
HSL 33.64º 0.97% 0.87% -
HSV(B) 33.64º 0.26% 1% -
XYZ 76.88 78.55 58.69 -
YUV 229.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 254 225 188 0 0.11 0.26 0.00 33.64 0.97 0.87
Hex FE E1 BC 0 B 1A 0 22 61 57
Octal 376 341 274 0 13 32 0 42 141 127
Binary 11111110 11100001 10111100 0 1011 11010 0 100010 1100001 1010111

Color Harmonies of #FEE1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE1BC

Black with #FEE1BC

Text Example


Text Example

White with #FEE1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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