#FEE7C5

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

Shades of Bisque #FEE7C5

Tints of Bisque #FEE7C5

Color information

#FEE7C5 (or 0xFEE7C5) is unknown color: approx Bisque. HEX triplet: FE, E7 and C5. RGB value is (254,231,197). Sum of RGB (Red+Green+Blue) = 254+231+197=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 231 (90.62% from 255 or 33.87% from 682); Blue value is 197 (77.34% from 255 or 28.89% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7C5 is #01183A. Grayscale: #EAEAEA. Windows color (decimal): -71739 or 12969982. OLE color: 12969982.

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

Color convert

RGB254231197-
CMYK00.090.220.00
HSL35.79º96.61%88.43%-
HSV(B)35.79º22.44%99.61%-
XYZ79.5382.2564.51-
YUV234107.12142.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 231 (90.62% from 255) = 33.87%
BLUE value IS 197 (77.34% from 255) = 28.89%
R=37.24%
G=33.87%
B=28.89%

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
Decimal25423119700.090.220.0035.7996.6188.43
HexFEE7C509160246158
Octal37634730501126044141130
Binary1111111011100111110001010100110110010010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE7C5; }

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

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

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

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

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

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

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

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