Html Css Color HEX #FBE0C5 Bisque

📋 copy color: '#FBE0C5'

red 251 ◦ green 224 ◦ blue 197

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

Shades of Bisque #FBE0C5

Tints of Bisque #FBE0C5

RGB

 RED value IS 251 (98.44% from 255) = 37.35%

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

 BLUE value IS 197 (77.34% from 255) = 29.32%

R = 37.35%
G = 33.33%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBE0C5 (or 0xFBE0C5) is known color: Bisque. HEX triplet: FB, E0 and C5. RGB value is (251,224,197). Sum of RGB (Red+Green+Blue) = 251+224+197=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 197 (77.34% from 255 or 29.32% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0C5 is #041F3A. Grayscale: #E5E5E5. Windows color (decimal): -270139 or 12968187. OLE color: 12968187.

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

Color convert

RGB 251 224 197 -
CMYK 0 0.11 0.22 0.02
HSL 30º 0.87% 0.88% -
HSV(B) 30º 0.22% 0.98% -
XYZ 76.52 77.85 63.82 -
YUV 229 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 251 224 197 0 0.11 0.22 0.02 30 0.87 0.88
Hex FB E0 C5 0 B 16 2 1E 57 58
Octal 373 340 305 0 13 26 2 36 127 130
Binary 11111011 11100000 11000101 0 1011 10110 10 11110 1010111 1011000

Color Harmonies of #FBE0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0C5

Black with #FBE0C5

Text Example


Text Example

White with #FBE0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE0C5; }

 p { color: rgb(251,224,197); }

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

background-color css

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

 a { background-color: rgb(251,224,197); }

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

border-color css

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

 span { border-color: rgb(251,224,197); }

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