Html Css Color HEX #FBE0C2 Bisque

📋 copy color: '#FBE0C2'

red 251 ◦ green 224 ◦ blue 194

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

Shades of Bisque #FBE0C2

Tints of Bisque #FBE0C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29%

R = 37.52%
G = 33.48%
B = 29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBE0C2 (or 0xFBE0C2) is known color: Bisque. HEX triplet: FB, E0 and C2. RGB value is (251,224,194). Sum of RGB (Red+Green+Blue) = 251+224+194=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 194 (76.17% from 255 or 29.00% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0C2 is #041F3D. Grayscale: #E4E4E4. Windows color (decimal): -270142 or 12771579. OLE color: 12771579.

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

Color convert

RGB 251 224 194 -
CMYK 0 0.11 0.23 0.02
HSL 31.58º 0.88% 0.87% -
HSV(B) 31.58º 0.23% 0.98% -
XYZ 76.18 77.72 62.02 -
YUV 228.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 251 224 194 0 0.11 0.23 0.02 31.58 0.88 0.87
Hex FB E0 C2 0 B 17 2 20 58 57
Octal 373 340 302 0 13 27 2 40 130 127
Binary 11111011 11100000 11000010 0 1011 10111 10 100000 1011000 1010111

Color Harmonies of #FBE0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0C2

Black with #FBE0C2

Text Example


Text Example

White with #FBE0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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