Html Css Color HEX #F1A4AA Pale Chestnut

📋 copy color: '#F1A4AA'

red 241 ◦ green 164 ◦ blue 170

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

Shades of Pale Chestnut #F1A4AA

Tints of Pale Chestnut #F1A4AA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.52%

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

R = 41.91%
G = 28.52%
B = 29.57%

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

#F1A4AA (or 0xF1A4AA) is known color: Pale Chestnut. HEX triplet: F1, A4 and AA. RGB value is (241,164,170). Sum of RGB (Red+Green+Blue) = 241+164+170=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A4AA is #0E5B55. Grayscale: #BBBBBB. Windows color (decimal): -940886 or 11183345. OLE color: 11183345.

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

Color convert

RGB 241 164 170 -
CMYK 0 0.32 0.29 0.05
HSL 355.32º 0.73% 0.79% -
HSV(B) 355.32º 0.32% 0.95% -
XYZ 56.81 48.15 44.33 -
YUV 187.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 241 164 170 0 0.32 0.29 0.05 355.32 0.73 0.79
Hex F1 A4 AA 0 20 1D 5 163 49 4F
Octal 361 244 252 0 40 35 5 543 111 117
Binary 11110001 10100100 10101010 0 100000 11101 101 101100011 1001001 1001111

Color Harmonies of #F1A4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A4AA

Black with #F1A4AA

Text Example


Text Example

White with #F1A4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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