Html Css Color HEX #F0A8AB Pale Chestnut

📋 copy color: '#F0A8AB'

red 240 ◦ green 168 ◦ blue 171

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

Shades of Pale Chestnut #F0A8AB

Tints of Pale Chestnut #F0A8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.02%

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

R = 41.45%
G = 29.02%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0A8AB (or 0xF0A8AB) is known color: Pale Chestnut. HEX triplet: F0, A8 and AB. RGB value is (240,168,171). Sum of RGB (Red+Green+Blue) = 240+168+171=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A8AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A8AB is #0F5754. Grayscale: #BDBDBD. Windows color (decimal): -1005397 or 11249904. OLE color: 11249904.

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

Color convert

RGB 240 168 171 -
CMYK 0 0.3 0.29 0.06
HSL 357.5º 0.71% 0.8% -
HSV(B) 357.5º 0.3% 0.94% -
XYZ 57.29 49.47 45.06 -
YUV 189.87 117.35 163.76 -
System Red Green Blue C M Y K H S L
Decimal 240 168 171 0 0.3 0.29 0.06 357.5 0.71 0.8
Hex F0 A8 AB 0 1E 1D 6 166 47 50
Octal 360 250 253 0 36 35 6 546 107 120
Binary 11110000 10101000 10101011 0 11110 11101 110 101100110 1000111 1010000

Color Harmonies of #F0A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A8AB

Black with #F0A8AB

Text Example


Text Example

White with #F0A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A8AB; }

 p { color: rgb(240,168,171); }

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

background-color css

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

 a { background-color: rgb(240,168,171); }

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

border-color css

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

 span { border-color: rgb(240,168,171); }

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