#F1CCAB

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

Shades of Desert Sand #F1CCAB

Tints of Desert Sand #F1CCAB

Color information

#F1CCAB (or 0xF1CCAB) is unknown color: approx Desert Sand. HEX triplet: F1, CC and AB. RGB value is (241,204,171). Sum of RGB (Red+Green+Blue) = 241+204+171=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CCAB is #0E3354. Grayscale: #D3D3D3. Windows color (decimal): -930645 or 11259121. OLE color: 11259121.

HSL color Cylindrical-coordinate representation of color #F1CCAB: hue angle of 28.29º degrees, saturation: 0.71, 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 #F1CCAB is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241204171-
CMYK00.150.290.05
HSL28.29º71.43%80.78%-
HSV(B)28.29º29.05%94.51%-
XYZ65.2264.8347.6-
YUV211.3105.26149.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.12%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 171 (67.19% from 255) = 27.76%
R=39.12%
G=33.12%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120417100.150.290.0528.2971.4380.78
HexF1CCAB0F1D51c4751
Octal36131425301735534107121
Binary11110001110011001010101101111111011011110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCAB; }

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

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

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

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

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

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

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

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