#FFE2CA

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

Shades of Bisque #FFE2CA

Tints of Bisque #FFE2CA

Color information

#FFE2CA (or 0xFFE2CA) is unknown color: approx Bisque. HEX triplet: FF, E2 and CA. RGB value is (255,226,202). Sum of RGB (Red+Green+Blue) = 255+226+202=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 202 (79.30% from 255 or 29.58% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2CA is #001D35. Grayscale: #E8E8E8. Windows color (decimal): -7478 or 13296383. OLE color: 13296383.

HSL color Cylindrical-coordinate representation of color #FFE2CA: hue angle of 27.17º 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 #FFE2CA is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255226202-
CMYK00.110.210
HSL27.17º100%89.61%-
HSV(B)27.17º20.78%100%-
XYZ79.179.9267.13-
YUV231.93111.11144.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 226 (88.67% from 255) = 33.09%
BLUE value IS 202 (79.30% from 255) = 29.58%
R=37.34%
G=33.09%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522620200.110.21027.1710089.61
HexFFE2CA0B1501b645a
Octal37734231201325033144132
Binary111111111110001011001010010111010101101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2CA; }

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

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

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

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

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

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

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

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