Html Css Color HEX #F1C6AE Desert Sand

📋 copy color: '#F1C6AE'

red 241 ◦ green 198 ◦ blue 174

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

Shades of Desert Sand #F1C6AE

Tints of Desert Sand #F1C6AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.38%

R = 39.31%
G = 32.3%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F1C6AE (or 0xF1C6AE) is known color: Desert Sand. HEX triplet: F1, C6 and AE. RGB value is (241,198,174). Sum of RGB (Red+Green+Blue) = 241+198+174=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C6AE is #0E3951. Grayscale: #D0D0D0. Windows color (decimal): -932178 or 11454193. OLE color: 11454193.

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

Color convert

RGB 241 198 174 -
CMYK 0 0.18 0.28 0.05
HSL 21.49º 0.71% 0.81% -
HSV(B) 21.49º 0.28% 0.95% -
XYZ 64.11 62.14 48.66 -
YUV 208.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 241 198 174 0 0.18 0.28 0.05 21.49 0.71 0.81
Hex F1 C6 AE 0 12 1C 5 15 47 51
Octal 361 306 256 0 22 34 5 25 107 121
Binary 11110001 11000110 10101110 0 10010 11100 101 10101 1000111 1010001

Color Harmonies of #F1C6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C6AE

Black with #F1C6AE

Text Example


Text Example

White with #F1C6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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