Html Css Color HEX #FBE1C4 Bisque

📋 copy color: '#FBE1C4'

red 251 ◦ green 225 ◦ blue 196

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

Shades of Bisque #FBE1C4

Tints of Bisque #FBE1C4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.48%

 BLUE value IS 196 (76.95% from 255) = 29.17%

R = 37.35%
G = 33.48%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBE1C4 (or 0xFBE1C4) is known color: Bisque. HEX triplet: FB, E1 and C4. RGB value is (251,225,196). Sum of RGB (Red+Green+Blue) = 251+225+196=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 196 (76.95% from 255 or 29.17% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1C4 is #041E3B. Grayscale: #E5E5E5. Windows color (decimal): -269884 or 12902907. OLE color: 12902907.

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

Color convert

RGB 251 225 196 -
CMYK 0 0.10 0.22 0.02
HSL 31.64º 0.87% 0.88% -
HSV(B) 31.64º 0.22% 0.98% -
XYZ 76.67 78.35 63.31 -
YUV 229.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 251 225 196 0 0.10 0.22 0.02 31.64 0.87 0.88
Hex FB E1 C4 0 A 16 2 20 57 58
Octal 373 341 304 0 12 26 2 40 127 130
Binary 11111011 11100001 11000100 0 1010 10110 10 100000 1010111 1011000

Color Harmonies of #FBE1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE1C4

Black with #FBE1C4

Text Example


Text Example

White with #FBE1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE1C4; }

 p { color: rgb(251,225,196); }

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

background-color css

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

 a { background-color: rgb(251,225,196); }

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

border-color css

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

 span { border-color: rgb(251,225,196); }

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