#F3D6BE

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

Shades of Almond #F3D6BE

Tints of Almond #F3D6BE

Color information

#F3D6BE (or 0xF3D6BE) is unknown color: approx Almond. HEX triplet: F3, D6 and BE. RGB value is (243,214,190). Sum of RGB (Red+Green+Blue) = 243+214+190=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D6BE is #0C2941. Grayscale: #DCDCDC. Windows color (decimal): -796994 or 12506867. OLE color: 12506867.

HSL color Cylindrical-coordinate representation of color #F3D6BE: hue angle of 27.17º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3D6BE is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB243214190-
CMYK00.120.220.05
HSL27.17º68.83%84.9%-
HSV(B)27.17º21.81%95.29%-
XYZ70.370.8758.69-
YUV219.93111.11144.45-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.56%
GREEN value IS 214 (83.98% from 255) = 33.08%
BLUE value IS 190 (74.61% from 255) = 29.37%
R=37.56%
G=33.08%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321419000.120.220.0527.1768.8384.9
HexF3D6BE0C1651b4555
Octal36332627601426533105125
Binary11110011110101101011111001100101101011101110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D6BE; }

 p { color: rgb(243,214,190); }

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

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

 a { background-color: rgb(243,214,190); }

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

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

 span { border-color: rgb(243,214,190); }

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