#F3DDCD

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

Shades of Almond #F3DDCD

Tints of Almond #F3DDCD

Color information

#F3DDCD (or 0xF3DDCD) is unknown color: approx Almond. HEX triplet: F3, DD and CD. RGB value is (243,221,205). Sum of RGB (Red+Green+Blue) = 243+221+205=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DDCD is #0C2232. Grayscale: #E1E1E1. Windows color (decimal): -795187 or 13491699. OLE color: 13491699.

HSL color Cylindrical-coordinate representation of color #F3DDCD: hue angle of 25.26º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3DDCD is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243221205-
CMYK00.090.160.05
HSL25.26º61.29%87.84%-
HSV(B)25.26º15.64%95.29%-
XYZ73.8475.1868.38-
YUV225.75116.29140.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.32%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 205 (80.47% from 255) = 30.64%
R=36.32%
G=33.03%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322120500.090.160.0525.2661.2987.84
HexF3DDCD09105193d58
Octal3633353150112053175130
Binary1111001111011101110011010100110000101110011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DDCD; }

 p { color: rgb(243,221,205); }

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

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

 a { background-color: rgb(243,221,205); }

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

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

 span { border-color: rgb(243,221,205); }

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