Html Css Color HEX #F1D0B4 Desert Sand

📋 copy color: '#F1D0B4'

red 241 ◦ green 208 ◦ blue 180

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

Shades of Desert Sand #F1D0B4

Tints of Desert Sand #F1D0B4

RGB

 RED value IS 241 (94.53% from 255) = 38.31%

 GREEN value IS 208 (81.64% from 255) = 33.07%

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

R = 38.31%
G = 33.07%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F1D0B4 (or 0xF1D0B4) is known color: Desert Sand. HEX triplet: F1, D0 and B4. RGB value is (241,208,180). Sum of RGB (Red+Green+Blue) = 241+208+180=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0B4 is #0E2F4B. Grayscale: #D6D6D6. Windows color (decimal): -929612 or 11849969. OLE color: 11849969.

HSL color Cylindrical-coordinate representation of color #F1D0B4: hue angle of 27.54º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1D0B4 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 208 180 -
CMYK 0 0.14 0.25 0.05
HSL 27.54º 0.69% 0.83% -
HSV(B) 27.54º 0.25% 0.95% -
XYZ 67.07 67.11 52.6 -
YUV 214.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 241 208 180 0 0.14 0.25 0.05 27.54 0.69 0.83
Hex F1 D0 B4 0 E 19 5 1C 45 53
Octal 361 320 264 0 16 31 5 34 105 123
Binary 11110001 11010000 10110100 0 1110 11001 101 11100 1000101 1010011

Color Harmonies of #F1D0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D0B4

Black with #F1D0B4

Text Example


Text Example

White with #F1D0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D0B4; }

 p { color: rgb(241,208,180); }

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

background-color css

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

 a { background-color: rgb(241,208,180); }

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

border-color css

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

 span { border-color: rgb(241,208,180); }

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