#F1CDB3

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

Shades of Desert Sand #F1CDB3

Tints of Desert Sand #F1CDB3

Color information

#F1CDB3 (or 0xF1CDB3) is unknown color: approx Desert Sand. HEX triplet: F1, CD and B3. RGB value is (241,205,179). Sum of RGB (Red+Green+Blue) = 241+205+179=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDB3 is #0E324C. Grayscale: #D4D4D4. Windows color (decimal): -930381 or 11783665. OLE color: 11783665.

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

Color convert

RGB241205179-
CMYK00.150.260.05
HSL25.16º68.89%82.35%-
HSV(B)25.16º25.73%94.51%-
XYZ66.2465.6251.82-
YUV212.8108.93148.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 179 (70.31% from 255) = 28.64%
R=38.56%
G=32.8%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120517900.150.260.0525.1668.8982.35
HexF1CDB30F1A5194552
Octal36131526301732531105122
Binary11110001110011011011001101111110101011100110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDB3; }

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

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

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

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

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

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

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

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