Html Css Color HEX #F1C6AA Desert Sand

📋 copy color: '#F1C6AA'

red 241 ◦ green 198 ◦ blue 170

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

Shades of Desert Sand #F1C6AA

Tints of Desert Sand #F1C6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.51%

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

R = 39.57%
G = 32.51%
B = 27.91%

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

#F1C6AA (or 0xF1C6AA) is known color: Desert Sand. HEX triplet: F1, C6 and AA. RGB value is (241,198,170). Sum of RGB (Red+Green+Blue) = 241+198+170=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C6AA is #0E3955. Grayscale: #CFCFCF. Windows color (decimal): -932182 or 11192049. OLE color: 11192049.

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

Color convert

RGB 241 198 170 -
CMYK 0 0.18 0.29 0.05
HSL 23.66º 0.72% 0.81% -
HSV(B) 23.66º 0.29% 0.95% -
XYZ 63.73 61.99 46.64 -
YUV 207.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 241 198 170 0 0.18 0.29 0.05 23.66 0.72 0.81
Hex F1 C6 AA 0 12 1D 5 18 48 51
Octal 361 306 252 0 22 35 5 30 110 121
Binary 11110001 11000110 10101010 0 10010 11101 101 11000 1001000 1010001

Color Harmonies of #F1C6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C6AA

Black with #F1C6AA

Text Example


Text Example

White with #F1C6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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