#FCE3C4

Color #FCE3C4 Bisque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bisque #FCE3C4

Tints of Bisque #FCE3C4

Color information

#FCE3C4 (or 0xFCE3C4) is unknown color: approx Bisque. HEX triplet: FC, E3 and C4. RGB value is (252,227,196). Sum of RGB (Red+Green+Blue) = 252+227+196=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 227 (89.06% from 255 or 33.63% from 675); Blue value is 196 (76.95% from 255 or 29.04% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3C4 is #031C3B. Grayscale: #E7E7E7. Windows color (decimal): -203836 or 12903420. OLE color: 12903420.

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

Color convert

RGB252227196-
CMYK00.100.220.01
HSL33.21º90.32%87.84%-
HSV(B)33.21º22.22%98.82%-
XYZ77.5879.6263.5-
YUV230.94108.28143.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 227 (89.06% from 255) = 33.63%
BLUE value IS 196 (76.95% from 255) = 29.04%
R=37.33%
G=33.63%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222719600.100.220.0133.2190.3287.84
HexFCE3C40A161215a58
Octal37434330401226141132130
Binary1111110011100011110001000101010110110000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE3C4; }

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

 H1.HeaderClassName
 {
   color: #FCE3C4;
 }
 .AnyTagClassName
 {
   color: #FCE3C4;
 }
</style>
background-color css

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

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

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

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

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

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