#FFE5CA

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

Shades of Bisque #FFE5CA

Tints of Bisque #FFE5CA

Color information

#FFE5CA (or 0xFFE5CA) is unknown color: approx Bisque. HEX triplet: FF, E5 and CA. RGB value is (255,229,202). Sum of RGB (Red+Green+Blue) = 255+229+202=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5CA is #001A35. Grayscale: #E9E9E9. Windows color (decimal): -6710 or 13297151. OLE color: 13297151.

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

Color convert

RGB255229202-
CMYK00.100.210
HSL30.57º100%89.61%-
HSV(B)30.57º20.78%100%-
XYZ79.9281.5667.41-
YUV233.7110.11143.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 229 (89.84% from 255) = 33.38%
BLUE value IS 202 (79.30% from 255) = 29.45%
R=37.17%
G=33.38%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522920200.100.21030.5710089.61
HexFFE5CA0A1501f645a
Octal37734531201225037144132
Binary111111111110010111001010010101010101111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5CA; }

 p { color: rgb(255,229,202); }

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

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

 a { background-color: rgb(255,229,202); }

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

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

 span { border-color: rgb(255,229,202); }

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