Html Css Color HEX #F1C8AF Desert Sand

📋 copy color: '#F1C8AF'

red 241 ◦ green 200 ◦ blue 175

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

Shades of Desert Sand #F1C8AF

Tints of Desert Sand #F1C8AF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.47%

 BLUE value IS 175 (68.75% from 255) = 28.41%

R = 39.12%
G = 32.47%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F1C8AF (or 0xF1C8AF) is known color: Desert Sand. HEX triplet: F1, C8 and AF. RGB value is (241,200,175). Sum of RGB (Red+Green+Blue) = 241+200+175=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C8AF is #0E3750. Grayscale: #D1D1D1. Windows color (decimal): -931665 or 11520241. OLE color: 11520241.

HSL color Cylindrical-coordinate representation of color #F1C8AF: hue angle of 22.73º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1C8AF is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 200 175 -
CMYK 0 0.17 0.27 0.05
HSL 22.73º 0.7% 0.82% -
HSV(B) 22.73º 0.27% 0.95% -
XYZ 64.67 63.1 49.33 -
YUV 209.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 241 200 175 0 0.17 0.27 0.05 22.73 0.7 0.82
Hex F1 C8 AF 0 11 1B 5 17 46 52
Octal 361 310 257 0 21 33 5 27 106 122
Binary 11110001 11001000 10101111 0 10001 11011 101 10111 1000110 1010010

Color Harmonies of #F1C8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C8AF

Black with #F1C8AF

Text Example


Text Example

White with #F1C8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C8AF; }

 p { color: rgb(241,200,175); }

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

background-color css

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

 a { background-color: rgb(241,200,175); }

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

border-color css

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

 span { border-color: rgb(241,200,175); }

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