#FDE4CA

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

Shades of Bisque #FDE4CA

Tints of Bisque #FDE4CA

Color information

#FDE4CA (or 0xFDE4CA) is unknown color: approx Bisque. HEX triplet: FD, E4 and CA. RGB value is (253,228,202). Sum of RGB (Red+Green+Blue) = 253+228+202=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 202 (79.30% from 255 or 29.58% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4CA is #021B35. Grayscale: #E8E8E8. Windows color (decimal): -138038 or 13296893. OLE color: 13296893.

HSL color Cylindrical-coordinate representation of color #FDE4CA: hue angle of 30.59º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDE4CA is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253228202-
CMYK00.100.200.01
HSL30.59º92.73%89.22%-
HSV(B)30.59º20.16%99.22%-
XYZ78.9180.6367.28-
YUV232.51110.78142.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.04%
GREEN value IS 228 (89.45% from 255) = 33.38%
BLUE value IS 202 (79.30% from 255) = 29.58%
R=37.04%
G=33.38%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322820200.100.200.0130.5992.7389.22
HexFDE4CA0A1411f5d59
Octal37534431201224137135131
Binary111111011110010011001010010101010011111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4CA; }

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

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

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

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

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

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

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

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