Html Css Color HEX #F1C5AC Desert Sand

📋 copy color: '#F1C5AC'

red 241 ◦ green 197 ◦ blue 172

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

Shades of Desert Sand #F1C5AC

Tints of Desert Sand #F1C5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.3%

 BLUE value IS 172 (67.58% from 255) = 28.2%

R = 39.51%
G = 32.3%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F1C5AC (or 0xF1C5AC) is known color: Desert Sand. HEX triplet: F1, C5 and AC. RGB value is (241,197,172). Sum of RGB (Red+Green+Blue) = 241+197+172=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C5AC is #0E3A53. Grayscale: #CFCFCF. Windows color (decimal): -932436 or 11322865. OLE color: 11322865.

HSL color Cylindrical-coordinate representation of color #F1C5AC: hue angle of 21.74º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1C5AC is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 197 172 -
CMYK 0 0.18 0.29 0.05
HSL 21.74º 0.71% 0.81% -
HSV(B) 21.74º 0.29% 0.95% -
XYZ 63.69 61.61 47.57 -
YUV 207.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 241 197 172 0 0.18 0.29 0.05 21.74 0.71 0.81
Hex F1 C5 AC 0 12 1D 5 16 47 51
Octal 361 305 254 0 22 35 5 26 107 121
Binary 11110001 11000101 10101100 0 10010 11101 101 10110 1000111 1010001

Color Harmonies of #F1C5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C5AC

Black with #F1C5AC

Text Example


Text Example

White with #F1C5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C5AC; }

 p { color: rgb(241,197,172); }

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

background-color css

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

 a { background-color: rgb(241,197,172); }

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

border-color css

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

 span { border-color: rgb(241,197,172); }

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