Html Css Color HEX #FFE4BE Bisque

📋 copy color: '#FFE4BE'

red 255 ◦ green 228 ◦ blue 190

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

Shades of Bisque #FFE4BE

Tints of Bisque #FFE4BE

RGB

 RED value IS 255 (100% from 255) = 37.89%

 GREEN value IS 228 (89.45% from 255) = 33.88%

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

R = 37.89%
G = 33.88%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFE4BE (or 0xFFE4BE) is known color: Bisque. HEX triplet: FF, E4 and BE. RGB value is (255,228,190). Sum of RGB (Red+Green+Blue) = 255+228+190=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 190 (74.61% from 255 or 28.23% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4BE is #001B41. Grayscale: #E7E7E7. Windows color (decimal): -6978 or 12510463. OLE color: 12510463.

HSL color Cylindrical-coordinate representation of color #FFE4BE: hue angle of 35.08º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFE4BE is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 228 190 -
CMYK 0 0.11 0.25 0
HSL 35.08º 1% 0.87% -
HSV(B) 35.08º 0.25% 1% -
XYZ 78.28 80.46 60.12 -
YUV 231.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 255 228 190 0 0.11 0.25 0 35.08 1 0.87
Hex FF E4 BE 0 B 19 0 23 64 57
Octal 377 344 276 0 13 31 0 43 144 127
Binary 11111111 11100100 10111110 0 1011 11001 0 100011 1100100 1010111

Color Harmonies of #FFE4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE4BE

Black with #FFE4BE

Text Example


Text Example

White with #FFE4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE4BE; }

 p { color: rgb(255,228,190); }

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

background-color css

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

 a { background-color: rgb(255,228,190); }

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

border-color css

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

 span { border-color: rgb(255,228,190); }

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