Html Css Color HEX #FCE3C5 Bisque

📋 copy color: '#FCE3C5'

red 252 ◦ green 227 ◦ blue 197

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

Shades of Bisque #FCE3C5

Tints of Bisque #FCE3C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.14%

R = 37.28%
G = 33.58%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCE3C5 (or 0xFCE3C5) is known color: Bisque. HEX triplet: FC, E3 and C5. RGB value is (252,227,197). Sum of RGB (Red+Green+Blue) = 252+227+197=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 197 (77.34% from 255 or 29.14% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3C5 is #031C3A. Grayscale: #E7E7E7. Windows color (decimal): -203835 or 12968956. OLE color: 12968956.

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

Color convert

RGB 252 227 197 -
CMYK 0 0.10 0.22 0.01
HSL 32.73º 0.9% 0.88% -
HSV(B) 32.73º 0.22% 0.99% -
XYZ 77.69 79.66 64.11 -
YUV 231.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 252 227 197 0 0.10 0.22 0.01 32.73 0.9 0.88
Hex FC E3 C5 0 A 16 1 21 5A 58
Octal 374 343 305 0 12 26 1 41 132 130
Binary 11111100 11100011 11000101 0 1010 10110 1 100001 1011010 1011000

Color Harmonies of #FCE3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE3C5

Black with #FCE3C5

Text Example


Text Example

White with #FCE3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE3C5; }

 p { color: rgb(252,227,197); }

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

background-color css

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

 a { background-color: rgb(252,227,197); }

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

border-color css

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

 span { border-color: rgb(252,227,197); }

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