#FDEACF

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

Shades of Blanched Almond #FDEACF

Tints of Blanched Almond #FDEACF

Color information

#FDEACF (or 0xFDEACF) is unknown color: approx Blanched Almond. HEX triplet: FD, EA and CF. RGB value is (253,234,207). Sum of RGB (Red+Green+Blue) = 253+234+207=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 207 (81.25% from 255 or 29.83% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEACF is #021530. Grayscale: #ECECEC. Windows color (decimal): -136497 or 13626109. OLE color: 13626109.

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

Color convert

RGB253234207-
CMYK00.080.180.01
HSL35.22º92%90.2%-
HSV(B)35.22º18.18%99.22%-
XYZ81.1984.2371.01-
YUV236.6111.29139.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 234 (91.80% from 255) = 33.72%
BLUE value IS 207 (81.25% from 255) = 29.83%
R=36.46%
G=33.72%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323420700.080.180.0135.229290.2
HexFDEACF08121235c5a
Octal37535231701022143134132
Binary1111110111101010110011110100010010110001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEACF; }

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

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

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

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

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

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

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

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