#FFE3C4

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

Shades of Bisque #FFE3C4

Tints of Bisque #FFE3C4

Color information

#FFE3C4 (or 0xFFE3C4) is unknown color: approx Bisque. HEX triplet: FF, E3 and C4. RGB value is (255,227,196). Sum of RGB (Red+Green+Blue) = 255+227+196=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 227 (89.06% from 255 or 33.48% from 678); Blue value is 196 (76.95% from 255 or 28.91% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3C4 is #001C3B. Grayscale: #E7E7E7. Windows color (decimal): -7228 or 12903423. OLE color: 12903423.

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

Color convert

RGB255227196-
CMYK00.110.230
HSL31.53º100%88.43%-
HSV(B)31.53º23.14%100%-
XYZ78.6780.1863.56-
YUV231.84107.78144.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 227 (89.06% from 255) = 33.48%
BLUE value IS 196 (76.95% from 255) = 28.91%
R=37.61%
G=33.48%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522719600.110.23031.5310088.43
HexFFE3C40B170206458
Octal37734330401327040144130
Binary1111111111100011110001000101110111010000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE3C4; }

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

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

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

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

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

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

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

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