#FFE3CA

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

Shades of Bisque #FFE3CA

Tints of Bisque #FFE3CA

Color information

#FFE3CA (or 0xFFE3CA) is unknown color: approx Bisque. HEX triplet: FF, E3 and CA. RGB value is (255,227,202). Sum of RGB (Red+Green+Blue) = 255+227+202=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 202 (79.30% from 255 or 29.53% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3CA is #001C35. Grayscale: #E8E8E8. Windows color (decimal): -7222 or 13296639. OLE color: 13296639.

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

Color convert

RGB255227202-
CMYK00.110.210
HSL28.3º100%89.61%-
HSV(B)28.3º20.78%100%-
XYZ79.3780.4667.22-
YUV232.52110.78144.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 227 (89.06% from 255) = 33.19%
BLUE value IS 202 (79.30% from 255) = 29.53%
R=37.28%
G=33.19%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522720200.110.21028.310089.61
HexFFE3CA0B1501c645a
Octal37734331201325034144132
Binary111111111110001111001010010111010101110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE3CA; }

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

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

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

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

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

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

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

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