Html Css Color HEX #FFE5BF Bisque

📋 copy color: '#FFE5BF'

red 255 ◦ green 229 ◦ blue 191

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

Shades of Bisque #FFE5BF

Tints of Bisque #FFE5BF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.93%

 BLUE value IS 191 (75% from 255) = 28.3%

R = 37.78%
G = 33.93%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFE5BF (or 0xFFE5BF) is known color: Bisque. HEX triplet: FF, E5 and BF. RGB value is (255,229,191). Sum of RGB (Red+Green+Blue) = 255+229+191=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5BF is #001A40. Grayscale: #E8E8E8. Windows color (decimal): -6721 or 12576255. OLE color: 12576255.

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

Color convert

RGB 255 229 191 -
CMYK 0 0.10 0.25 0
HSL 35.63º 1% 0.87% -
HSV(B) 35.63º 0.25% 1% -
XYZ 78.66 81.06 60.79 -
YUV 232.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 255 229 191 0 0.10 0.25 0 35.63 1 0.87
Hex FF E5 BF 0 A 19 0 24 64 57
Octal 377 345 277 0 12 31 0 44 144 127
Binary 11111111 11100101 10111111 0 1010 11001 0 100100 1100100 1010111

Color Harmonies of #FFE5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE5BF

Black with #FFE5BF

Text Example


Text Example

White with #FFE5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE5BF; }

 p { color: rgb(255,229,191); }

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

background-color css

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

 a { background-color: rgb(255,229,191); }

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

border-color css

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

 span { border-color: rgb(255,229,191); }

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