#F2CAAD

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

Shades of Desert Sand #F2CAAD

Tints of Desert Sand #F2CAAD

Color information

#F2CAAD (or 0xF2CAAD) is unknown color: approx Desert Sand. HEX triplet: F2, CA and AD. RGB value is (242,202,173). Sum of RGB (Red+Green+Blue) = 242+202+173=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CAAD is #0D3552. Grayscale: #D2D2D2. Windows color (decimal): -865619 or 11389682. OLE color: 11389682.

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

Color convert

RGB242202173-
CMYK00.170.290.05
HSL25.22º72.63%81.37%-
HSV(B)25.22º28.51%94.9%-
XYZ65.2864.1448.47-
YUV210.65106.75150.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.22%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 173 (67.97% from 255) = 28.04%
R=39.22%
G=32.74%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220217300.170.290.0525.2272.6381.37
HexF2CAAD0111D5194951
Octal36231225502135531111121
Binary111100101100101010101101010001111011011100110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CAAD; }

 p { color: rgb(242,202,173); }

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

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

 a { background-color: rgb(242,202,173); }

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

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

 span { border-color: rgb(242,202,173); }

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