Html Css Color HEX #F1A6A7 Pale Chestnut

📋 copy color: '#F1A6A7'

red 241 ◦ green 166 ◦ blue 167

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

Shades of Pale Chestnut #F1A6A7

Tints of Pale Chestnut #F1A6A7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.92%

 BLUE value IS 167 (65.63% from 255) = 29.09%

R = 41.99%
G = 28.92%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F1A6A7 (or 0xF1A6A7) is known color: Pale Chestnut. HEX triplet: F1, A6 and A7. RGB value is (241,166,167). Sum of RGB (Red+Green+Blue) = 241+166+167=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 167 (65.62% from 255 or 29.09% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A6A7 is #0E5958. Grayscale: #BCBCBC. Windows color (decimal): -940377 or 10987249. OLE color: 10987249.

HSL color Cylindrical-coordinate representation of color #F1A6A7: hue angle of 359.2º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A6A7 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 166 167 -
CMYK 0 0.31 0.31 0.05
HSL 359.2º 0.73% 0.8% -
HSV(B) 359.2º 0.31% 0.95% -
XYZ 56.89 48.76 42.97 -
YUV 188.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 241 166 167 0 0.31 0.31 0.05 359.2 0.73 0.8
Hex F1 A6 A7 0 1F 1F 5 167 49 50
Octal 361 246 247 0 37 37 5 547 111 120
Binary 11110001 10100110 10100111 0 11111 11111 101 101100111 1001001 1010000

Color Harmonies of #F1A6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A6A7

Black with #F1A6A7

Text Example


Text Example

White with #F1A6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A6A7; }

 p { color: rgb(241,166,167); }

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

background-color css

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

 a { background-color: rgb(241,166,167); }

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

border-color css

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

 span { border-color: rgb(241,166,167); }

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