Html Css Color HEX #FCE0BE Bisque

📋 copy color: '#FCE0BE'

red 252 ◦ green 224 ◦ blue 190

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

Shades of Bisque #FCE0BE

Tints of Bisque #FCE0BE

RGB

 RED value IS 252 (98.83% from 255) = 37.84%

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

 BLUE value IS 190 (74.61% from 255) = 28.53%

R = 37.84%
G = 33.63%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCE0BE (or 0xFCE0BE) is known color: Bisque. HEX triplet: FC, E0 and BE. RGB value is (252,224,190). Sum of RGB (Red+Green+Blue) = 252+224+190=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 190 (74.61% from 255 or 28.53% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0BE is #031F41. Grayscale: #E4E4E4. Windows color (decimal): -204610 or 12509436. OLE color: 12509436.

HSL color Cylindrical-coordinate representation of color #FCE0BE: hue angle of 32.9º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCE0BE is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 224 190 -
CMYK 0 0.11 0.25 0.01
HSL 32.9º 0.91% 0.87% -
HSV(B) 32.9º 0.25% 0.99% -
XYZ 76.09 77.72 59.71 -
YUV 228.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 252 224 190 0 0.11 0.25 0.01 32.9 0.91 0.87
Hex FC E0 BE 0 B 19 1 21 5B 57
Octal 374 340 276 0 13 31 1 41 133 127
Binary 11111100 11100000 10111110 0 1011 11001 1 100001 1011011 1010111

Color Harmonies of #FCE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE0BE

Black with #FCE0BE

Text Example


Text Example

White with #FCE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE0BE; }

 p { color: rgb(252,224,190); }

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

background-color css

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

 a { background-color: rgb(252,224,190); }

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

border-color css

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

 span { border-color: rgb(252,224,190); }

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