Html Css Color HEX #FBE2C9 Bisque

📋 copy color: '#FBE2C9'

red 251 ◦ green 226 ◦ blue 201

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

Shades of Bisque #FBE2C9

Tints of Bisque #FBE2C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 29.65%

R = 37.02%
G = 33.33%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBE2C9 (or 0xFBE2C9) is known color: Bisque. HEX triplet: FB, E2 and C9. RGB value is (251,226,201). Sum of RGB (Red+Green+Blue) = 251+226+201=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 201 (78.91% from 255 or 29.65% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2C9 is #041D36. Grayscale: #E6E6E6. Windows color (decimal): -269623 or 13230843. OLE color: 13230843.

HSL color Cylindrical-coordinate representation of color #FBE2C9: hue angle of 30º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBE2C9 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 226 201 -
CMYK 0 0.10 0.20 0.02
HSL 30º 0.86% 0.89% -
HSV(B) 30º 0.2% 0.98% -
XYZ 77.52 79.12 66.44 -
YUV 230.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 251 226 201 0 0.10 0.20 0.02 30 0.86 0.89
Hex FB E2 C9 0 A 14 2 1E 56 59
Octal 373 342 311 0 12 24 2 36 126 131
Binary 11111011 11100010 11001001 0 1010 10100 10 11110 1010110 1011001

Color Harmonies of #FBE2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE2C9

Black with #FBE2C9

Text Example


Text Example

White with #FBE2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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