#FFE4CA

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

Shades of Bisque #FFE4CA

Tints of Bisque #FFE4CA

Color information

#FFE4CA (or 0xFFE4CA) is unknown color: approx Bisque. HEX triplet: FF, E4 and CA. RGB value is (255,228,202). Sum of RGB (Red+Green+Blue) = 255+228+202=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4CA is #001B35. Grayscale: #E9E9E9. Windows color (decimal): -6966 or 13296895. OLE color: 13296895.

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

Color convert

RGB255228202-
CMYK00.110.210
HSL29.43º100%89.61%-
HSV(B)29.43º20.78%100%-
XYZ79.6481.0167.32-
YUV233.11110.45143.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 228 (89.45% from 255) = 33.28%
BLUE value IS 202 (79.30% from 255) = 29.49%
R=37.23%
G=33.28%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522820200.110.21029.4310089.61
HexFFE4CA0B1501d645a
Octal37734431201325035144132
Binary111111111110010011001010010111010101110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE4CA; }

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

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

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

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

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

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

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

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