Html Css Color HEX #F0CAAB Desert Sand

📋 copy color: '#F0CAAB'

red 240 ◦ green 202 ◦ blue 171

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

Shades of Desert Sand #F0CAAB

Tints of Desert Sand #F0CAAB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.95%

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

R = 39.15%
G = 32.95%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0CAAB (or 0xF0CAAB) is known color: Desert Sand. HEX triplet: F0, CA and AB. RGB value is (240,202,171). Sum of RGB (Red+Green+Blue) = 240+202+171=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CAAB is #0F3554. Grayscale: #D1D1D1. Windows color (decimal): -996693 or 11258608. OLE color: 11258608.

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

Color convert

RGB 240 202 171 -
CMYK 0 0.16 0.29 0.06
HSL 26.96º 0.7% 0.81% -
HSV(B) 26.96º 0.29% 0.94% -
XYZ 64.41 63.71 47.43 -
YUV 209.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 240 202 171 0 0.16 0.29 0.06 26.96 0.7 0.81
Hex F0 CA AB 0 10 1D 6 1B 46 51
Octal 360 312 253 0 20 35 6 33 106 121
Binary 11110000 11001010 10101011 0 10000 11101 110 11011 1000110 1010001

Color Harmonies of #F0CAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CAAB

Black with #F0CAAB

Text Example


Text Example

White with #F0CAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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