#FFE3C8

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

Shades of Bisque #FFE3C8

Tints of Bisque #FFE3C8

Color information

#FFE3C8 (or 0xFFE3C8) is unknown color: approx Bisque. HEX triplet: FF, E3 and C8. RGB value is (255,227,200). Sum of RGB (Red+Green+Blue) = 255+227+200=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 200 (78.52% from 255 or 29.33% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3C8 is #001C37. Grayscale: #E8E8E8. Windows color (decimal): -7224 or 13165567. OLE color: 13165567.

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

Color convert

RGB255227200-
CMYK00.110.220
HSL29.45º100%89.22%-
HSV(B)29.45º21.57%100%-
XYZ79.1380.3765.99-
YUV232.29109.78144.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 227 (89.06% from 255) = 33.28%
BLUE value IS 200 (78.52% from 255) = 29.33%
R=37.39%
G=33.28%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522720000.110.22029.4510089.22
HexFFE3C80B1601d6459
Octal37734331001326035144131
Binary111111111110001111001000010111011001110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE3C8; }

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

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

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

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

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

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

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

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