Html Css Color HEX #FFE6BF Bisque

📋 copy color: '#FFE6BF'

red 255 ◦ green 230 ◦ blue 191

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

Shades of Bisque #FFE6BF

Tints of Bisque #FFE6BF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.02%

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

R = 37.72%
G = 34.02%
B = 28.25%

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

#FFE6BF (or 0xFFE6BF) is known color: Bisque. HEX triplet: FF, E6 and BF. RGB value is (255,230,191). Sum of RGB (Red+Green+Blue) = 255+230+191=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 230 (90.23% from 255 or 34.02% from 676); Blue value is 191 (75% from 255 or 28.25% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6BF is #001940. Grayscale: #E9E9E9. Windows color (decimal): -6465 or 12576511. OLE color: 12576511.

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

Color convert

RGB 255 230 191 -
CMYK 0 0.10 0.25 0
HSL 36.56º 1% 0.87% -
HSV(B) 36.56º 0.25% 1% -
XYZ 78.94 81.62 60.88 -
YUV 233.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 255 230 191 0 0.10 0.25 0 36.56 1 0.87
Hex FF E6 BF 0 A 19 0 25 64 57
Octal 377 346 277 0 12 31 0 45 144 127
Binary 11111111 11100110 10111111 0 1010 11001 0 100101 1100100 1010111

Color Harmonies of #FFE6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6BF

Black with #FFE6BF

Text Example


Text Example

White with #FFE6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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