#F1CDB4

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

Shades of Desert Sand #F1CDB4

Tints of Desert Sand #F1CDB4

Color information

#F1CDB4 (or 0xF1CDB4) is unknown color: approx Desert Sand. HEX triplet: F1, CD and B4. RGB value is (241,205,180). Sum of RGB (Red+Green+Blue) = 241+205+180=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDB4 is #0E324B. Grayscale: #D5D5D5. Windows color (decimal): -930380 or 11849201. OLE color: 11849201.

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

Color convert

RGB241205180-
CMYK00.150.250.05
HSL24.59º68.54%82.55%-
HSV(B)24.59º25.31%94.51%-
XYZ66.3565.6652.36-
YUV212.91109.43148.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 180 (70.70% from 255) = 28.75%
R=38.50%
G=32.75%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120518000.150.250.0524.5968.5482.55
HexF1CDB40F195194553
Octal36131526401731531105123
Binary11110001110011011011010001111110011011100110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDB4; }

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

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

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

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

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

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

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

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