#FFEDCB

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

Shades of Blanched Almond #FFEDCB

Tints of Blanched Almond #FFEDCB

Color information

#FFEDCB (or 0xFFEDCB) is unknown color: approx Blanched Almond. HEX triplet: FF, ED and CB. RGB value is (255,237,203). Sum of RGB (Red+Green+Blue) = 255+237+203=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDCB is #001234. Grayscale: #EEEEEE. Windows color (decimal): -4661 or 13364735. OLE color: 13364735.

HSL color Cylindrical-coordinate representation of color #FFEDCB: hue angle of 39.23º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFEDCB is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255237203-
CMYK00.070.200
HSL39.23º100%89.8%-
HSV(B)39.23º20.39%100%-
XYZ82.386.1468.79-
YUV238.51107.96139.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.69%
GREEN value IS 237 (92.97% from 255) = 34.10%
BLUE value IS 203 (79.69% from 255) = 29.21%
R=36.69%
G=34.10%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523720300.070.20039.2310089.8
HexFFEDCB0714027645a
Octal3773553130724047144132
Binary111111111110110111001011011110100010011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDCB; }

 p { color: rgb(255,237,203); }

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

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

 a { background-color: rgb(255,237,203); }

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

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

 span { border-color: rgb(255,237,203); }

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