#FFECCA

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

Shades of Blanched Almond #FFECCA

Tints of Blanched Almond #FFECCA

Color information

#FFECCA (or 0xFFECCA) is unknown color: approx Blanched Almond. HEX triplet: FF, EC and CA. RGB value is (255,236,202). Sum of RGB (Red+Green+Blue) = 255+236+202=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 202 (79.30% from 255 or 29.15% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECCA is #001335. Grayscale: #EDEDED. Windows color (decimal): -4918 or 13298943. OLE color: 13298943.

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

Color convert

RGB255236202-
CMYK00.070.210
HSL38.49º100%89.61%-
HSV(B)38.49º20.78%100%-
XYZ81.985.5268.07-
YUV237.8107.79140.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 236 (92.58% from 255) = 34.05%
BLUE value IS 202 (79.30% from 255) = 29.15%
R=36.80%
G=34.05%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523620200.070.21038.4910089.61
HexFFECCA0715026645a
Octal3773543120725046144132
Binary111111111110110011001010011110101010011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECCA; }

 p { color: rgb(255,236,202); }

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

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

 a { background-color: rgb(255,236,202); }

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

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

 span { border-color: rgb(255,236,202); }

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