#F1CDAD

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

Shades of Desert Sand #F1CDAD

Tints of Desert Sand #F1CDAD

Color information

#F1CDAD (or 0xF1CDAD) is unknown color: approx Desert Sand. HEX triplet: F1, CD and AD. RGB value is (241,205,173). Sum of RGB (Red+Green+Blue) = 241+205+173=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CDAD is #0E3252. Grayscale: #D4D4D4. Windows color (decimal): -930387 or 11390449. OLE color: 11390449.

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

Color convert

RGB241205173-
CMYK00.150.280.05
HSL28.24º70.83%81.18%-
HSV(B)28.24º28.22%94.51%-
XYZ65.6565.3848.69-
YUV212.12105.93148.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=38.93%
G=33.12%
B=27.95%

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
Decimal24120517300.150.280.0528.2470.8381.18
HexF1CDAD0F1C51c4751
Octal36131525501734534107121
Binary11110001110011011010110101111111001011110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDAD; }

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

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

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

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

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

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

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

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