Html Css Color HEX #FEE2BD Bisque

📋 copy color: '#FEE2BD'

red 254 ◦ green 226 ◦ blue 189

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

Shades of Bisque #FEE2BD

Tints of Bisque #FEE2BD

RGB

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

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

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

R = 37.97%
G = 33.78%
B = 28.25%

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

#FEE2BD (or 0xFEE2BD) is known color: Bisque. HEX triplet: FE, E2 and BD. RGB value is (254,226,189). Sum of RGB (Red+Green+Blue) = 254+226+189=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2BD is #011D42. Grayscale: #E6E6E6. Windows color (decimal): -73027 or 12444414. OLE color: 12444414.

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

Color convert

RGB 254 226 189 -
CMYK 0 0.11 0.26 0.00
HSL 34.15º 0.97% 0.87% -
HSV(B) 34.15º 0.26% 1% -
XYZ 77.25 79.14 59.35 -
YUV 230.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 254 226 189 0 0.11 0.26 0.00 34.15 0.97 0.87
Hex FE E2 BD 0 B 1A 0 22 61 57
Octal 376 342 275 0 13 32 0 42 141 127
Binary 11111110 11100010 10111101 0 1011 11010 0 100010 1100001 1010111

Color Harmonies of #FEE2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE2BD

Black with #FEE2BD

Text Example


Text Example

White with #FEE2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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