#FEE2CA

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

Shades of Bisque #FEE2CA

Tints of Bisque #FEE2CA

Color information

#FEE2CA (or 0xFEE2CA) is unknown color: approx Bisque. HEX triplet: FE, E2 and CA. RGB value is (254,226,202). Sum of RGB (Red+Green+Blue) = 254+226+202=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2CA is #011D35. Grayscale: #E7E7E7. Windows color (decimal): -73014 or 13296382. OLE color: 13296382.

HSL color Cylindrical-coordinate representation of color #FEE2CA: hue angle of 27.69º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEE2CA is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254226202-
CMYK00.110.200.00
HSL27.69º96.3%89.41%-
HSV(B)27.69º20.47%99.61%-
XYZ78.7379.7367.12-
YUV231.64111.28143.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 226 (88.67% from 255) = 33.14%
BLUE value IS 202 (79.30% from 255) = 29.62%
R=37.24%
G=33.14%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422620200.110.200.0027.6996.389.41
HexFEE2CA0B1401c6059
Octal37634231201324034140131
Binary111111101110001011001010010111010001110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE2CA; }

 p { color: rgb(254,226,202); }

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

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

 a { background-color: rgb(254,226,202); }

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

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

 span { border-color: rgb(254,226,202); }

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