Html Css Color HEX #FBE2C6 Bisque

📋 copy color: '#FBE2C6'

red 251 ◦ green 226 ◦ blue 198

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

Shades of Bisque #FBE2C6

Tints of Bisque #FBE2C6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.48%

 BLUE value IS 198 (77.73% from 255) = 29.33%

R = 37.19%
G = 33.48%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FBE2C6 (or 0xFBE2C6) is known color: Bisque. HEX triplet: FB, E2 and C6. RGB value is (251,226,198). Sum of RGB (Red+Green+Blue) = 251+226+198=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 198 (77.73% from 255 or 29.33% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2C6 is #041D39. Grayscale: #E6E6E6. Windows color (decimal): -269626 or 13034235. OLE color: 13034235.

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

Color convert

RGB 251 226 198 -
CMYK 0 0.10 0.21 0.02
HSL 31.7º 0.87% 0.88% -
HSV(B) 31.7º 0.21% 0.98% -
XYZ 77.17 78.98 64.6 -
YUV 230.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 251 226 198 0 0.10 0.21 0.02 31.7 0.87 0.88
Hex FB E2 C6 0 A 15 2 20 57 58
Octal 373 342 306 0 12 25 2 40 127 130
Binary 11111011 11100010 11000110 0 1010 10101 10 100000 1010111 1011000

Color Harmonies of #FBE2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE2C6

Black with #FBE2C6

Text Example


Text Example

White with #FBE2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE2C6; }

 p { color: rgb(251,226,198); }

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

background-color css

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

 a { background-color: rgb(251,226,198); }

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

border-color css

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

 span { border-color: rgb(251,226,198); }

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