Html Css Color HEX #FFE1BD Bisque

📋 copy color: '#FFE1BD'

red 255 ◦ green 225 ◦ blue 189

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

Shades of Bisque #FFE1BD

Tints of Bisque #FFE1BD

RGB

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

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

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

R = 38.12%
G = 33.63%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFE1BD (or 0xFFE1BD) is known color: Bisque. HEX triplet: FF, E1 and BD. RGB value is (255,225,189). Sum of RGB (Red+Green+Blue) = 255+225+189=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1BD is #001E42. Grayscale: #E6E6E6. Windows color (decimal): -7747 or 12444159. OLE color: 12444159.

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

Color convert

RGB 255 225 189 -
CMYK 0 0.12 0.26 0
HSL 32.73º 1% 0.87% -
HSV(B) 32.73º 0.26% 1% -
XYZ 77.35 78.78 59.27 -
YUV 229.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 255 225 189 0 0.12 0.26 0 32.73 1 0.87
Hex FF E1 BD 0 C 1A 0 21 64 57
Octal 377 341 275 0 14 32 0 41 144 127
Binary 11111111 11100001 10111101 0 1100 11010 0 100001 1100100 1010111

Color Harmonies of #FFE1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE1BD

Black with #FFE1BD

Text Example


Text Example

White with #FFE1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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