Html Css Color HEX #F2ACAF Pale Chestnut

📋 copy color: '#F2ACAF'

red 242 ◦ green 172 ◦ blue 175

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

Shades of Pale Chestnut #F2ACAF

Tints of Pale Chestnut #F2ACAF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.2%

 BLUE value IS 175 (68.75% from 255) = 29.71%

R = 41.09%
G = 29.2%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2ACAF (or 0xF2ACAF) is known color: Pale Chestnut. HEX triplet: F2, AC and AF. RGB value is (242,172,175). Sum of RGB (Red+Green+Blue) = 242+172+175=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ACAF is #0D5350. Grayscale: #C1C1C1. Windows color (decimal): -873297 or 11513074. OLE color: 11513074.

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

Color convert

RGB 242 172 175 -
CMYK 0 0.29 0.28 0.05
HSL 357.43º 0.73% 0.81% -
HSV(B) 357.43º 0.29% 0.95% -
XYZ 59.11 51.48 47.38 -
YUV 193.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 242 172 175 0 0.29 0.28 0.05 357.43 0.73 0.81
Hex F2 AC AF 0 1D 1C 5 165 49 51
Octal 362 254 257 0 35 34 5 545 111 121
Binary 11110010 10101100 10101111 0 11101 11100 101 101100101 1001001 1010001

Color Harmonies of #F2ACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACAF

Black with #F2ACAF

Text Example


Text Example

White with #F2ACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACAF; }

 p { color: rgb(242,172,175); }

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

background-color css

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

 a { background-color: rgb(242,172,175); }

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

border-color css

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

 span { border-color: rgb(242,172,175); }

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