#F1CEB4

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

Shades of Desert Sand #F1CEB4

Tints of Desert Sand #F1CEB4

Color information

#F1CEB4 (or 0xF1CEB4) is unknown color: approx Desert Sand. HEX triplet: F1, CE and B4. RGB value is (241,206,180). Sum of RGB (Red+Green+Blue) = 241+206+180=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 180 (70.70% from 255 or 28.71% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEB4 is #0E314B. Grayscale: #D5D5D5. Windows color (decimal): -930124 or 11849457. OLE color: 11849457.

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

Color convert

RGB241206180-
CMYK00.150.250.05
HSL25.57º68.54%82.55%-
HSV(B)25.57º25.31%94.51%-
XYZ66.5966.1452.44-
YUV213.5109.1147.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 180 (70.70% from 255) = 28.71%
R=38.44%
G=32.85%
B=28.71%

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
Decimal24120618000.150.250.0525.5768.5482.55
HexF1CEB40F1951a4553
Octal36131626401731532105123
Binary11110001110011101011010001111110011011101010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEB4; }

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

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

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

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

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

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

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

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