Html Css Color HEX #F0AAAE Pale Chestnut

📋 copy color: '#F0AAAE'

red 240 ◦ green 170 ◦ blue 174

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

Shades of Pale Chestnut #F0AAAE

Tints of Pale Chestnut #F0AAAE

RGB

 RED value IS 240 (94.14% from 255) = 41.1%

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

 BLUE value IS 174 (68.36% from 255) = 29.79%

R = 41.1%
G = 29.11%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0AAAE (or 0xF0AAAE) is known color: Pale Chestnut. HEX triplet: F0, AA and AE. RGB value is (240,170,174). Sum of RGB (Red+Green+Blue) = 240+170+174=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AAAE is #0F5551. Grayscale: #BFBFBF. Windows color (decimal): -1004882 or 11447024. OLE color: 11447024.

HSL color Cylindrical-coordinate representation of color #F0AAAE: hue angle of 356.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AAAE is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 170 174 -
CMYK 0 0.29 0.28 0.06
HSL 356.57º 0.7% 0.8% -
HSV(B) 356.57º 0.29% 0.94% -
XYZ 57.95 50.33 46.7 -
YUV 191.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 240 170 174 0 0.29 0.28 0.06 356.57 0.7 0.8
Hex F0 AA AE 0 1D 1C 6 165 46 50
Octal 360 252 256 0 35 34 6 545 106 120
Binary 11110000 10101010 10101110 0 11101 11100 110 101100101 1000110 1010000

Color Harmonies of #F0AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AAAE

Black with #F0AAAE

Text Example


Text Example

White with #F0AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AAAE; }

 p { color: rgb(240,170,174); }

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

background-color css

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

 a { background-color: rgb(240,170,174); }

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

border-color css

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

 span { border-color: rgb(240,170,174); }

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