Html Css Color HEX #FCE0BD Bisque

📋 copy color: '#FCE0BD'

red 252 ◦ green 224 ◦ blue 189

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

Shades of Bisque #FCE0BD

Tints of Bisque #FCE0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.42%

R = 37.89%
G = 33.68%
B = 28.42%

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

#FCE0BD (or 0xFCE0BD) is known color: Bisque. HEX triplet: FC, E0 and BD. RGB value is (252,224,189). Sum of RGB (Red+Green+Blue) = 252+224+189=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0BD is #031F42. Grayscale: #E4E4E4. Windows color (decimal): -204611 or 12443900. OLE color: 12443900.

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

Color convert

RGB 252 224 189 -
CMYK 0 0.11 0.25 0.01
HSL 33.33º 0.91% 0.86% -
HSV(B) 33.33º 0.25% 0.99% -
XYZ 75.99 77.68 59.13 -
YUV 228.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 252 224 189 0 0.11 0.25 0.01 33.33 0.91 0.86
Hex FC E0 BD 0 B 19 1 21 5B 56
Octal 374 340 275 0 13 31 1 41 133 126
Binary 11111100 11100000 10111101 0 1011 11001 1 100001 1011011 1010110

Color Harmonies of #FCE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE0BD

Black with #FCE0BD

Text Example


Text Example

White with #FCE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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