#FEE4CA

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

Shades of Bisque #FEE4CA

Tints of Bisque #FEE4CA

Color information

#FEE4CA (or 0xFEE4CA) is unknown color: approx Bisque. HEX triplet: FE, E4 and CA. RGB value is (254,228,202). Sum of RGB (Red+Green+Blue) = 254+228+202=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 202 (79.30% from 255 or 29.53% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4CA is #011B35. Grayscale: #E8E8E8. Windows color (decimal): -72502 or 13296894. OLE color: 13296894.

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

Color convert

RGB254228202-
CMYK00.100.200.00
HSL30º96.3%89.41%-
HSV(B)30º20.47%99.61%-
XYZ79.2880.8267.3-
YUV232.81110.61143.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 228 (89.45% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 29.53%
R=37.13%
G=33.33%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422820200.100.200.003096.389.41
HexFEE4CA0A1401e6059
Octal37634431201224036140131
Binary111111101110010011001010010101010001111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE4CA; }

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

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

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

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

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

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

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

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