#FEE6C5

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

Shades of Bisque #FEE6C5

Tints of Bisque #FEE6C5

Color information

#FEE6C5 (or 0xFEE6C5) is unknown color: approx Bisque. HEX triplet: FE, E6 and C5. RGB value is (254,230,197). Sum of RGB (Red+Green+Blue) = 254+230+197=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 230 (90.23% from 255 or 33.77% from 681); Blue value is 197 (77.34% from 255 or 28.93% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6C5 is #01193A. Grayscale: #E9E9E9. Windows color (decimal): -71995 or 12969726. OLE color: 12969726.

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

Color convert

RGB254230197-
CMYK00.090.220.00
HSL34.74º96.61%88.43%-
HSV(B)34.74º22.44%99.61%-
XYZ79.2581.764.42-
YUV233.41107.45142.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 230 (90.23% from 255) = 33.77%
BLUE value IS 197 (77.34% from 255) = 28.93%
R=37.30%
G=33.77%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423019700.090.220.0034.7496.6188.43
HexFEE6C509160236158
Octal37634630501126043141130
Binary1111111011100110110001010100110110010001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6C5; }

 p { color: rgb(254,230,197); }

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

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

 a { background-color: rgb(254,230,197); }

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

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

 span { border-color: rgb(254,230,197); }

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