#F3DCCA

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

Shades of Almond #F3DCCA

Tints of Almond #F3DCCA

Color information

#F3DCCA (or 0xF3DCCA) is unknown color: approx Almond. HEX triplet: F3, DC and CA. RGB value is (243,220,202). Sum of RGB (Red+Green+Blue) = 243+220+202=665 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.54% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCCA is #0C2335. Grayscale: #E0E0E0. Windows color (decimal): -795446 or 13294835. OLE color: 13294835.

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

Color convert

RGB243220202-
CMYK00.090.170.05
HSL26.34º63.08%87.25%-
HSV(B)26.34º16.87%95.29%-
XYZ73.2274.5166.4-
YUV224.82115.12140.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.54%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 202 (79.30% from 255) = 30.38%
R=36.54%
G=33.08%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322020200.090.170.0526.3463.0887.25
HexF3DCCA091151a3f57
Octal3633343120112153277127
Binary1111001111011100110010100100110001101110101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCCA; }

 p { color: rgb(243,220,202); }

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

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

 a { background-color: rgb(243,220,202); }

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

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

 span { border-color: rgb(243,220,202); }

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