Html Css Color HEX #F2AAAB Pale Chestnut

📋 copy color: '#F2AAAB'

red 242 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #F2AAAB

Tints of Pale Chestnut #F2AAAB

RGB

 RED value IS 242 (94.92% from 255) = 41.51%

 GREEN value IS 170 (66.8% from 255) = 29.16%

 BLUE value IS 171 (67.19% from 255) = 29.33%

R = 41.51%
G = 29.16%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2AAAB (or 0xF2AAAB) is known color: Pale Chestnut. HEX triplet: F2, AA and AB. RGB value is (242,170,171). Sum of RGB (Red+Green+Blue) = 242+170+171=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AAAB is #0D5554. Grayscale: #BFBFBF. Windows color (decimal): -873813 or 11250418. OLE color: 11250418.

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

Color convert

RGB 242 170 171 -
CMYK 0 0.30 0.29 0.05
HSL 359.17º 0.73% 0.81% -
HSV(B) 359.17º 0.3% 0.95% -
XYZ 58.34 50.57 45.21 -
YUV 191.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 242 170 171 0 0.30 0.29 0.05 359.17 0.73 0.81
Hex F2 AA AB 0 1E 1D 5 167 49 51
Octal 362 252 253 0 36 35 5 547 111 121
Binary 11110010 10101010 10101011 0 11110 11101 101 101100111 1001001 1010001

Color Harmonies of #F2AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AAAB

Black with #F2AAAB

Text Example


Text Example

White with #F2AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AAAB; }

 p { color: rgb(242,170,171); }

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

background-color css

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

 a { background-color: rgb(242,170,171); }

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

border-color css

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

 span { border-color: rgb(242,170,171); }

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