Html Css Color HEX #F1A6A8 Pale Chestnut

📋 copy color: '#F1A6A8'

red 241 ◦ green 166 ◦ blue 168

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

Shades of Pale Chestnut #F1A6A8

Tints of Pale Chestnut #F1A6A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.22%

R = 41.91%
G = 28.87%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F1A6A8 (or 0xF1A6A8) is known color: Pale Chestnut. HEX triplet: F1, A6 and A8. RGB value is (241,166,168). Sum of RGB (Red+Green+Blue) = 241+166+168=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A6A8 is #0E5957. Grayscale: #BCBCBC. Windows color (decimal): -940376 or 11052785. OLE color: 11052785.

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

Color convert

RGB 241 166 168 -
CMYK 0 0.31 0.30 0.05
HSL 358.4º 0.73% 0.8% -
HSV(B) 358.4º 0.31% 0.95% -
XYZ 56.98 48.8 43.46 -
YUV 188.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 241 166 168 0 0.31 0.30 0.05 358.4 0.73 0.8
Hex F1 A6 A8 0 1F 1E 5 166 49 50
Octal 361 246 250 0 37 36 5 546 111 120
Binary 11110001 10100110 10101000 0 11111 11110 101 101100110 1001001 1010000

Color Harmonies of #F1A6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A6A8

Black with #F1A6A8

Text Example


Text Example

White with #F1A6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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