#F1CCAD

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

Shades of Desert Sand #F1CCAD

Tints of Desert Sand #F1CCAD

Color information

#F1CCAD (or 0xF1CCAD) is unknown color: approx Desert Sand. HEX triplet: F1, CC and AD. RGB value is (241,204,173). Sum of RGB (Red+Green+Blue) = 241+204+173=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CCAD is #0E3352. Grayscale: #D3D3D3. Windows color (decimal): -930643 or 11390193. OLE color: 11390193.

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

Color convert

RGB241204173-
CMYK00.150.280.05
HSL27.35º70.83%81.18%-
HSV(B)27.35º28.22%94.51%-
XYZ65.4164.948.62-
YUV211.53106.26149.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 173 (67.97% from 255) = 27.99%
R=39.00%
G=33.01%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120417300.150.280.0527.3570.8381.18
HexF1CCAD0F1C51b4751
Octal36131425501734533107121
Binary11110001110011001010110101111111001011101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCAD; }

 p { color: rgb(241,204,173); }

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

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

 a { background-color: rgb(241,204,173); }

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

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

 span { border-color: rgb(241,204,173); }

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