#F1CDB0

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

Shades of Desert Sand #F1CDB0

Tints of Desert Sand #F1CDB0

Color information

#F1CDB0 (or 0xF1CDB0) is unknown color: approx Desert Sand. HEX triplet: F1, CD and B0. RGB value is (241,205,176). Sum of RGB (Red+Green+Blue) = 241+205+176=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CDB0 is #0E324F. Grayscale: #D4D4D4. Windows color (decimal): -930384 or 11587057. OLE color: 11587057.

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

Color convert

RGB241205176-
CMYK00.150.270.05
HSL26.77º69.89%81.76%-
HSV(B)26.77º26.97%94.51%-
XYZ65.9465.550.24-
YUV212.46107.43148.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.75%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 176 (69.14% from 255) = 28.30%
R=38.75%
G=32.96%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120517600.150.270.0526.7769.8981.76
HexF1CDB00F1B51b4652
Octal36131526001733533106122
Binary11110001110011011011000001111110111011101110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDB0; }

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

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

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

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

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

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

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

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