#F2D8C4

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

Shades of Almond #F2D8C4

Tints of Almond #F2D8C4

Color information

#F2D8C4 (or 0xF2D8C4) is unknown color: approx Almond. HEX triplet: F2, D8 and C4. RGB value is (242,216,196). Sum of RGB (Red+Green+Blue) = 242+216+196=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8C4 is #0D273B. Grayscale: #DDDDDD. Windows color (decimal): -862012 or 12900594. OLE color: 12900594.

HSL color Cylindrical-coordinate representation of color #F2D8C4: hue angle of 26.09º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2D8C4 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB242216196-
CMYK00.110.190.05
HSL26.09º63.89%85.88%-
HSV(B)26.09º19.01%94.9%-
XYZ71.1471.9762.37-
YUV221.49113.61142.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 216 (84.77% from 255) = 33.03%
BLUE value IS 196 (76.95% from 255) = 29.97%
R=37.00%
G=33.03%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221619600.110.190.0526.0963.8985.88
HexF2D8C40B1351a4056
Octal36233030401323532100126
Binary11110010110110001100010001011100111011101010000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D8C4; }

 p { color: rgb(242,216,196); }

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

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

 a { background-color: rgb(242,216,196); }

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

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

 span { border-color: rgb(242,216,196); }

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