Html Css Color HEX #F1A5AA Pale Chestnut

📋 copy color: '#F1A5AA'

red 241 ◦ green 165 ◦ blue 170

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

Shades of Pale Chestnut #F1A5AA

Tints of Pale Chestnut #F1A5AA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.65%

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

R = 41.84%
G = 28.65%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F1A5AA (or 0xF1A5AA) is known color: Pale Chestnut. HEX triplet: F1, A5 and AA. RGB value is (241,165,170). Sum of RGB (Red+Green+Blue) = 241+165+170=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A5AA is #0E5A55. Grayscale: #BCBCBC. Windows color (decimal): -940630 or 11183601. OLE color: 11183601.

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

Color convert

RGB 241 165 170 -
CMYK 0 0.32 0.29 0.05
HSL 356.05º 0.73% 0.8% -
HSV(B) 356.05º 0.32% 0.95% -
XYZ 56.99 48.51 44.39 -
YUV 188.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 241 165 170 0 0.32 0.29 0.05 356.05 0.73 0.8
Hex F1 A5 AA 0 20 1D 5 164 49 50
Octal 361 245 252 0 40 35 5 544 111 120
Binary 11110001 10100101 10101010 0 100000 11101 101 101100100 1001001 1010000

Color Harmonies of #F1A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A5AA

Black with #F1A5AA

Text Example


Text Example

White with #F1A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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