#F1CAAB

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

Shades of Desert Sand #F1CAAB

Tints of Desert Sand #F1CAAB

Color information

#F1CAAB (or 0xF1CAAB) is unknown color: approx Desert Sand. HEX triplet: F1, CA and AB. RGB value is (241,202,171). Sum of RGB (Red+Green+Blue) = 241+202+171=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CAAB is #0E3554. Grayscale: #D2D2D2. Windows color (decimal): -931157 or 11258609. OLE color: 11258609.

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

Color convert

RGB241202171-
CMYK00.160.290.05
HSL26.57º71.43%80.78%-
HSV(B)26.57º29.05%94.51%-
XYZ64.7563.8847.45-
YUV210.13105.92150.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 171 (67.19% from 255) = 27.85%
R=39.25%
G=32.90%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120217100.160.290.0526.5771.4380.78
HexF1CAAB0101D51b4751
Octal36131225302035533107121
Binary111100011100101010101011010000111011011101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAAB; }

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

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

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

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

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

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

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

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