Html Css Color HEX #F0CDAB Desert Sand

📋 copy color: '#F0CDAB'

red 240 ◦ green 205 ◦ blue 171

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

Shades of Desert Sand #F0CDAB

Tints of Desert Sand #F0CDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.28%

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

R = 38.96%
G = 33.28%
B = 27.76%

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

#F0CDAB (or 0xF0CDAB) is known color: Desert Sand. HEX triplet: F0, CD and AB. RGB value is (240,205,171). Sum of RGB (Red+Green+Blue) = 240+205+171=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CDAB is #0F3254. Grayscale: #D3D3D3. Windows color (decimal): -995925 or 11259376. OLE color: 11259376.

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

Color convert

RGB 240 205 171 -
CMYK 0 0.15 0.29 0.06
HSL 29.57º 0.7% 0.81% -
HSV(B) 29.57º 0.29% 0.94% -
XYZ 65.12 65.13 47.67 -
YUV 211.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 240 205 171 0 0.15 0.29 0.06 29.57 0.7 0.81
Hex F0 CD AB 0 F 1D 6 1E 46 51
Octal 360 315 253 0 17 35 6 36 106 121
Binary 11110000 11001101 10101011 0 1111 11101 110 11110 1000110 1010001

Color Harmonies of #F0CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDAB

Black with #F0CDAB

Text Example


Text Example

White with #F0CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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