#F1CBB2

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

Shades of Desert Sand #F1CBB2

Tints of Desert Sand #F1CBB2

Color information

#F1CBB2 (or 0xF1CBB2) is unknown color: approx Desert Sand. HEX triplet: F1, CB and B2. RGB value is (241,203,178). Sum of RGB (Red+Green+Blue) = 241+203+178=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CBB2 is #0E344D. Grayscale: #D3D3D3. Windows color (decimal): -930894 or 11717617. OLE color: 11717617.

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

Color convert

RGB241203178-
CMYK00.160.260.05
HSL23.81º69.23%82.16%-
HSV(B)23.81º26.14%94.51%-
XYZ65.6764.6351.13-
YUV211.51109.09149.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.75%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 178 (69.92% from 255) = 28.62%
R=38.75%
G=32.64%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120317800.160.260.0523.8169.2382.16
HexF1CBB20101A5184552
Octal36131326202032530105122
Binary111100011100101110110010010000110101011100010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBB2; }

 p { color: rgb(241,203,178); }

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

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

 a { background-color: rgb(241,203,178); }

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

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

 span { border-color: rgb(241,203,178); }

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