Html Css Color HEX #FCE0C6 Bisque

📋 copy color: '#FCE0C6'

red 252 ◦ green 224 ◦ blue 198

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

Shades of Bisque #FCE0C6

Tints of Bisque #FCE0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 29.38%

R = 37.39%
G = 33.23%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCE0C6 (or 0xFCE0C6) is known color: Bisque. HEX triplet: FC, E0 and C6. RGB value is (252,224,198). Sum of RGB (Red+Green+Blue) = 252+224+198=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 224 (87.89% from 255 or 33.23% from 674); Blue value is 198 (77.73% from 255 or 29.38% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0C6 is #031F39. Grayscale: #E5E5E5. Windows color (decimal): -204602 or 13033724. OLE color: 13033724.

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

Color convert

RGB 252 224 198 -
CMYK 0 0.11 0.21 0.01
HSL 28.89º 0.9% 0.88% -
HSV(B) 28.89º 0.21% 0.99% -
XYZ 76.99 78.08 64.44 -
YUV 229.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 252 224 198 0 0.11 0.21 0.01 28.89 0.9 0.88
Hex FC E0 C6 0 B 15 1 1D 5A 58
Octal 374 340 306 0 13 25 1 35 132 130
Binary 11111100 11100000 11000110 0 1011 10101 1 11101 1011010 1011000

Color Harmonies of #FCE0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE0C6

Black with #FCE0C6

Text Example


Text Example

White with #FCE0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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