#FDEACA

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

Shades of Blanched Almond #FDEACA

Tints of Blanched Almond #FDEACA

Color information

#FDEACA (or 0xFDEACA) is unknown color: approx Blanched Almond. HEX triplet: FD, EA and CA. RGB value is (253,234,202). Sum of RGB (Red+Green+Blue) = 253+234+202=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEACA is #021535. Grayscale: #ECECEC. Windows color (decimal): -136502 or 13298429. OLE color: 13298429.

HSL color Cylindrical-coordinate representation of color #FDEACA: hue angle of 37.65º 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 #FDEACA is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253234202-
CMYK00.080.200.01
HSL37.65º92.73%89.22%-
HSV(B)37.65º20.16%99.22%-
XYZ80.5983.9967.84-
YUV236.03108.79140.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.72%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 202 (79.30% from 255) = 29.32%
R=36.72%
G=33.96%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323420200.080.200.0137.6592.7389.22
HexFDEACA08141265d59
Octal37535231201024146135131
Binary1111110111101010110010100100010100110011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEACA; }

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

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

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

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

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

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

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

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