Html Css Color HEX #FBE1CC Bisque

📋 copy color: '#FBE1CC'

red 251 ◦ green 225 ◦ blue 204

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

Shades of Bisque #FBE1CC

Tints of Bisque #FBE1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30%

R = 36.91%
G = 33.09%
B = 30%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBE1CC (or 0xFBE1CC) is known color: Bisque. HEX triplet: FB, E1 and CC. RGB value is (251,225,204). Sum of RGB (Red+Green+Blue) = 251+225+204=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1CC is #041E33. Grayscale: #E6E6E6. Windows color (decimal): -269876 or 13427195. OLE color: 13427195.

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

Color convert

RGB 251 225 204 -
CMYK 0 0.10 0.19 0.02
HSL 26.81º 0.85% 0.89% -
HSV(B) 26.81º 0.19% 0.98% -
XYZ 77.61 78.72 68.23 -
YUV 230.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 251 225 204 0 0.10 0.19 0.02 26.81 0.85 0.89
Hex FB E1 CC 0 A 13 2 1B 55 59
Octal 373 341 314 0 12 23 2 33 125 131
Binary 11111011 11100001 11001100 0 1010 10011 10 11011 1010101 1011001

Color Harmonies of #FBE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE1CC

Black with #FBE1CC

Text Example


Text Example

White with #FBE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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