#F2CBAB

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

Shades of Desert Sand #F2CBAB

Tints of Desert Sand #F2CBAB

Color information

#F2CBAB (or 0xF2CBAB) is unknown color: approx Desert Sand. HEX triplet: F2, CB and AB. RGB value is (242,203,171). Sum of RGB (Red+Green+Blue) = 242+203+171=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CBAB is #0D3454. Grayscale: #D3D3D3. Windows color (decimal): -865365 or 11258866. OLE color: 11258866.

HSL color Cylindrical-coordinate representation of color #F2CBAB: hue angle of 27.04º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2CBAB is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242203171-
CMYK00.160.290.05
HSL27.04º73.2%80.98%-
HSV(B)27.04º29.34%94.9%-
XYZ65.3264.5347.54-
YUV211.01105.42150.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 171 (67.19% from 255) = 27.76%
R=39.29%
G=32.95%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220317100.160.290.0527.0473.280.98
HexF2CBAB0101D51b4951
Octal36231325302035533111121
Binary111100101100101110101011010000111011011101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CBAB; }

 p { color: rgb(242,203,171); }

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

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

 a { background-color: rgb(242,203,171); }

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

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

 span { border-color: rgb(242,203,171); }

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