Html Css Color HEX #F0CEB4 Desert Sand

📋 copy color: '#F0CEB4'

red 240 ◦ green 206 ◦ blue 180

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

Shades of Desert Sand #F0CEB4

Tints of Desert Sand #F0CEB4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.91%

 BLUE value IS 180 (70.7% from 255) = 28.75%

R = 38.34%
G = 32.91%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F0CEB4 (or 0xF0CEB4) is known color: Desert Sand. HEX triplet: F0, CE and B4. RGB value is (240,206,180). Sum of RGB (Red+Green+Blue) = 240+206+180=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEB4 is #0F314B. Grayscale: #D5D5D5. Windows color (decimal): -995660 or 11849456. OLE color: 11849456.

HSL color Cylindrical-coordinate representation of color #F0CEB4: hue angle of 26º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0CEB4 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 180 -
CMYK 0 0.14 0.25 0.06
HSL 26º 0.67% 0.82% -
HSV(B) 26º 0.25% 0.94% -
XYZ 66.24 65.96 52.42 -
YUV 213.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 240 206 180 0 0.14 0.25 0.06 26 0.67 0.82
Hex F0 CE B4 0 E 19 6 1A 43 52
Octal 360 316 264 0 16 31 6 32 103 122
Binary 11110000 11001110 10110100 0 1110 11001 110 11010 1000011 1010010

Color Harmonies of #F0CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEB4

Black with #F0CEB4

Text Example


Text Example

White with #F0CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEB4; }

 p { color: rgb(240,206,180); }

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

background-color css

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

 a { background-color: rgb(240,206,180); }

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

border-color css

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

 span { border-color: rgb(240,206,180); }

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