#FEEACF

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

Shades of Blanched Almond #FEEACF

Tints of Blanched Almond #FEEACF

Color information

#FEEACF (or 0xFEEACF) is unknown color: approx Blanched Almond. HEX triplet: FE, EA and CF. RGB value is (254,234,207). Sum of RGB (Red+Green+Blue) = 254+234+207=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 207 (81.25% from 255 or 29.78% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEACF is #011530. Grayscale: #EDEDED. Windows color (decimal): -70961 or 13626110. OLE color: 13626110.

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

Color convert

RGB254234207-
CMYK00.080.190.00
HSL34.47º95.92%90.39%-
HSV(B)34.47º18.5%99.61%-
XYZ81.5684.4271.03-
YUV236.9111.13140.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 207 (81.25% from 255) = 29.78%
R=36.55%
G=33.67%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423420700.080.190.0034.4795.9290.39
HexFEEACF0813022605a
Octal37635231701023042140132
Binary1111111011101010110011110100010011010001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEACF; }

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

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

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

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

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

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

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

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