Html Css Color HEX #FFE0BF Bisque

📋 copy color: '#FFE0BF'

red 255 ◦ green 224 ◦ blue 191

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

Shades of Bisque #FFE0BF

Tints of Bisque #FFE0BF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.43%

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

R = 38.06%
G = 33.43%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFE0BF (or 0xFFE0BF) is known color: Bisque. HEX triplet: FF, E0 and BF. RGB value is (255,224,191). Sum of RGB (Red+Green+Blue) = 255+224+191=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0BF is #001F40. Grayscale: #E5E5E5. Windows color (decimal): -8001 or 12574975. OLE color: 12574975.

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

Color convert

RGB 255 224 191 -
CMYK 0 0.12 0.25 0
HSL 30.94º 1% 0.87% -
HSV(B) 30.94º 0.25% 1% -
XYZ 77.3 78.33 60.34 -
YUV 229.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 255 224 191 0 0.12 0.25 0 30.94 1 0.87
Hex FF E0 BF 0 C 19 0 1F 64 57
Octal 377 340 277 0 14 31 0 37 144 127
Binary 11111111 11100000 10111111 0 1100 11001 0 11111 1100100 1010111

Color Harmonies of #FFE0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE0BF

Black with #FFE0BF

Text Example


Text Example

White with #FFE0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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