#FFE6C6

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

Shades of Bisque #FFE6C6

Tints of Bisque #FFE6C6

Color information

#FFE6C6 (or 0xFFE6C6) is unknown color: approx Bisque. HEX triplet: FF, E6 and C6. RGB value is (255,230,198). Sum of RGB (Red+Green+Blue) = 255+230+198=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 198 (77.73% from 255 or 28.99% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6C6 is #001939. Grayscale: #E9E9E9. Windows color (decimal): -6458 or 13035263. OLE color: 13035263.

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

Color convert

RGB255230198-
CMYK00.100.220
HSL33.68º100%88.82%-
HSV(B)33.68º22.35%100%-
XYZ79.7381.9365.04-
YUV233.83107.78143.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 230 (90.23% from 255) = 33.67%
BLUE value IS 198 (77.73% from 255) = 28.99%
R=37.34%
G=33.67%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523019800.100.22033.6810088.82
HexFFE6C60A160226459
Octal37734630601226042144131
Binary1111111111100110110001100101010110010001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6C6; }

 p { color: rgb(255,230,198); }

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

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

 a { background-color: rgb(255,230,198); }

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

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

 span { border-color: rgb(255,230,198); }

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