Html Css Color HEX #FCE1C6 Bisque

📋 copy color: '#FCE1C6'

red 252 ◦ green 225 ◦ blue 198

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

Shades of Bisque #FCE1C6

Tints of Bisque #FCE1C6

RGB

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

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

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

R = 37.33%
G = 33.33%
B = 29.33%

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

#FCE1C6 (or 0xFCE1C6) is known color: Bisque. HEX triplet: FC, E1 and C6. RGB value is (252,225,198). Sum of RGB (Red+Green+Blue) = 252+225+198=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 198 (77.73% from 255 or 29.33% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1C6 is #031E39. Grayscale: #E6E6E6. Windows color (decimal): -204346 or 13033980. OLE color: 13033980.

HSL color Cylindrical-coordinate representation of color #FCE1C6: hue angle of 30º 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 #FCE1C6 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 225 198 -
CMYK 0 0.11 0.21 0.01
HSL 30º 0.9% 0.88% -
HSV(B) 30º 0.21% 0.99% -
XYZ 77.26 78.62 64.53 -
YUV 230 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 252 225 198 0 0.11 0.21 0.01 30 0.9 0.88
Hex FC E1 C6 0 B 15 1 1E 5A 58
Octal 374 341 306 0 13 25 1 36 132 130
Binary 11111100 11100001 11000110 0 1011 10101 1 11110 1011010 1011000

Color Harmonies of #FCE1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1C6

Black with #FCE1C6

Text Example


Text Example

White with #FCE1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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