#FFE6CC

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

Shades of Bisque #FFE6CC

Tints of Bisque #FFE6CC

Color information

#FFE6CC (or 0xFFE6CC) is unknown color: approx Bisque. HEX triplet: FF, E6 and CC. RGB value is (255,230,204). Sum of RGB (Red+Green+Blue) = 255+230+204=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6CC is #001933. Grayscale: #EAEAEA. Windows color (decimal): -6452 or 13428479. OLE color: 13428479.

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

Color convert

RGB255230204-
CMYK00.100.20
HSL30.59º100%90%-
HSV(B)30.59º20%100%-
XYZ80.4482.2168.76-
YUV234.51110.78142.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 230 (90.23% from 255) = 33.38%
BLUE value IS 204 (80.08% from 255) = 29.61%
R=37.01%
G=33.38%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523020400.100.2030.5910090
HexFFE6CC0A1401f645a
Octal37734631401224037144132
Binary111111111110011011001100010101010001111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6CC; }

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

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

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

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

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

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

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

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