Html Css Color HEX #F1C5AA Desert Sand

📋 copy color: '#F1C5AA'

red 241 ◦ green 197 ◦ blue 170

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

Shades of Desert Sand #F1C5AA

Tints of Desert Sand #F1C5AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.96%

R = 39.64%
G = 32.4%
B = 27.96%

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

#F1C5AA (or 0xF1C5AA) is known color: Desert Sand. HEX triplet: F1, C5 and AA. RGB value is (241,197,170). Sum of RGB (Red+Green+Blue) = 241+197+170=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C5AA is #0E3A55. Grayscale: #CFCFCF. Windows color (decimal): -932438 or 11191793. OLE color: 11191793.

HSL color Cylindrical-coordinate representation of color #F1C5AA: hue angle of 22.82º degrees, saturation: 0.72, 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 #F1C5AA is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 197 170 -
CMYK 0 0.18 0.29 0.05
HSL 22.82º 0.72% 0.81% -
HSV(B) 22.82º 0.29% 0.95% -
XYZ 63.5 61.54 46.56 -
YUV 207.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 241 197 170 0 0.18 0.29 0.05 22.82 0.72 0.81
Hex F1 C5 AA 0 12 1D 5 17 48 51
Octal 361 305 252 0 22 35 5 27 110 121
Binary 11110001 11000101 10101010 0 10010 11101 101 10111 1001000 1010001

Color Harmonies of #F1C5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C5AA

Black with #F1C5AA

Text Example


Text Example

White with #F1C5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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