#FEE4C1

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

Shades of Bisque #FEE4C1

Tints of Bisque #FEE4C1

Color information

#FEE4C1 (or 0xFEE4C1) is unknown color: approx Bisque. HEX triplet: FE, E4 and C1. RGB value is (254,228,193). Sum of RGB (Red+Green+Blue) = 254+228+193=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 193 (75.78% from 255 or 28.59% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4C1 is #011B3E. Grayscale: #E7E7E7. Windows color (decimal): -72511 or 12707070. OLE color: 12707070.

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

Color convert

RGB254228193-
CMYK00.100.240.00
HSL34.43º96.83%87.65%-
HSV(B)34.43º24.02%99.61%-
XYZ78.2480.4161.85-
YUV231.78106.11143.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 228 (89.45% from 255) = 33.78%
BLUE value IS 193 (75.78% from 255) = 28.59%
R=37.63%
G=33.78%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422819300.100.240.0034.4396.8387.65
HexFEE4C10A180226158
Octal37634430101230042141130
Binary1111111011100100110000010101011000010001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE4C1; }

 p { color: rgb(254,228,193); }

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

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

 a { background-color: rgb(254,228,193); }

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

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

 span { border-color: rgb(254,228,193); }

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