Html Css Color HEX #F0CBAB Desert Sand

📋 copy color: '#F0CBAB'

red 240 ◦ green 203 ◦ blue 171

#F0CBAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert Sand #F0CBAB

Tints of Desert Sand #F0CBAB

RGB

 RED value IS 240 (94.14% from 255) = 39.09%

 GREEN value IS 203 (79.69% from 255) = 33.06%

 BLUE value IS 171 (67.19% from 255) = 27.85%

R = 39.09%
G = 33.06%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0CBAB (or 0xF0CBAB) is known color: Desert Sand. HEX triplet: F0, CB and AB. RGB value is (240,203,171). Sum of RGB (Red+Green+Blue) = 240+203+171=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CBAB is #0F3454. Grayscale: #D2D2D2. Windows color (decimal): -996437 or 11258864. OLE color: 11258864.

HSL color Cylindrical-coordinate representation of color #F0CBAB: hue angle of 27.83º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0CBAB is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 203 171 -
CMYK 0 0.15 0.29 0.06
HSL 27.83º 0.7% 0.81% -
HSV(B) 27.83º 0.29% 0.94% -
XYZ 64.64 64.18 47.51 -
YUV 210.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 240 203 171 0 0.15 0.29 0.06 27.83 0.7 0.81
Hex F0 CB AB 0 F 1D 6 1C 46 51
Octal 360 313 253 0 17 35 6 34 106 121
Binary 11110000 11001011 10101011 0 1111 11101 110 11100 1000110 1010001

Color Harmonies of #F0CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CBAB

Black with #F0CBAB

Text Example


Text Example

White with #F0CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CBAB; }

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

 H1.HeaderClassName
 {
   color: #F0CBAB;
 }
 .AnyTagClassName
 {
   color: #F0CBAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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