Html Css Color HEX #FEE1BD Bisque

📋 copy color: '#FEE1BD'

red 254 ◦ green 225 ◦ blue 189

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

Shades of Bisque #FEE1BD

Tints of Bisque #FEE1BD

RGB

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

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

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

R = 38.02%
G = 33.68%
B = 28.29%

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

#FEE1BD (or 0xFEE1BD) is known color: Bisque. HEX triplet: FE, E1 and BD. RGB value is (254,225,189). Sum of RGB (Red+Green+Blue) = 254+225+189=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 189 (74.22% from 255 or 28.29% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1BD is #011E42. Grayscale: #E5E5E5. Windows color (decimal): -73283 or 12444158. OLE color: 12444158.

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

Color convert

RGB 254 225 189 -
CMYK 0 0.11 0.26 0.00
HSL 33.23º 0.97% 0.87% -
HSV(B) 33.23º 0.26% 1% -
XYZ 76.98 78.6 59.26 -
YUV 229.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 254 225 189 0 0.11 0.26 0.00 33.23 0.97 0.87
Hex FE E1 BD 0 B 1A 0 21 61 57
Octal 376 341 275 0 13 32 0 41 141 127
Binary 11111110 11100001 10111101 0 1011 11010 0 100001 1100001 1010111

Color Harmonies of #FEE1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE1BD

Black with #FEE1BD

Text Example


Text Example

White with #FEE1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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