#FDEACC

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

Shades of Blanched Almond #FDEACC

Tints of Blanched Almond #FDEACC

Color information

#FDEACC (or 0xFDEACC) is unknown color: approx Blanched Almond. HEX triplet: FD, EA and CC. RGB value is (253,234,204). Sum of RGB (Red+Green+Blue) = 253+234+204=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 204 (80.08% from 255 or 29.52% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEACC is #021533. Grayscale: #ECECEC. Windows color (decimal): -136500 or 13429501. OLE color: 13429501.

HSL color Cylindrical-coordinate representation of color #FDEACC: hue angle of 36.73º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDEACC is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB253234204-
CMYK00.080.190.01
HSL36.73º92.45%89.61%-
HSV(B)36.73º19.37%99.22%-
XYZ80.8384.0969.1-
YUV236.26109.79139.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.61%
GREEN value IS 234 (91.80% from 255) = 33.86%
BLUE value IS 204 (80.08% from 255) = 29.52%
R=36.61%
G=33.86%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323420400.080.190.0136.7392.4589.61
HexFDEACC08131255c5a
Octal37535231401023145134132
Binary1111110111101010110011000100010011110010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEACC; }

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

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

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

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

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

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

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

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