Html Css Color HEX #FBE3CC Bisque

📋 copy color: '#FBE3CC'

red 251 ◦ green 227 ◦ blue 204

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

Shades of Bisque #FBE3CC

Tints of Bisque #FBE3CC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.28%

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

R = 36.8%
G = 33.28%
B = 29.91%

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

#FBE3CC (or 0xFBE3CC) is known color: Bisque. HEX triplet: FB, E3 and CC. RGB value is (251,227,204). Sum of RGB (Red+Green+Blue) = 251+227+204=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE3CC is #041C33. Grayscale: #E7E7E7. Windows color (decimal): -269364 or 13427707. OLE color: 13427707.

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

Color convert

RGB 251 227 204 -
CMYK 0 0.10 0.19 0.02
HSL 29.36º 0.85% 0.89% -
HSV(B) 29.36º 0.19% 0.98% -
XYZ 78.15 79.81 68.41 -
YUV 231.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 251 227 204 0 0.10 0.19 0.02 29.36 0.85 0.89
Hex FB E3 CC 0 A 13 2 1D 55 59
Octal 373 343 314 0 12 23 2 35 125 131
Binary 11111011 11100011 11001100 0 1010 10011 10 11101 1010101 1011001

Color Harmonies of #FBE3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE3CC

Black with #FBE3CC

Text Example


Text Example

White with #FBE3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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