Html Css Color HEX #F2AEAF Pale Chestnut

📋 copy color: '#F2AEAF'

red 242 ◦ green 174 ◦ blue 175

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

Shades of Pale Chestnut #F2AEAF

Tints of Pale Chestnut #F2AEAF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.44%

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

R = 40.95%
G = 29.44%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2AEAF (or 0xF2AEAF) is known color: Pale Chestnut. HEX triplet: F2, AE and AF. RGB value is (242,174,175). Sum of RGB (Red+Green+Blue) = 242+174+175=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AEAF is #0D5150. Grayscale: #C2C2C2. Windows color (decimal): -872785 or 11513586. OLE color: 11513586.

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

Color convert

RGB 242 174 175 -
CMYK 0 0.28 0.28 0.05
HSL 359.12º 0.72% 0.82% -
HSV(B) 359.12º 0.28% 0.95% -
XYZ 59.49 52.24 47.51 -
YUV 194.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 242 174 175 0 0.28 0.28 0.05 359.12 0.72 0.82
Hex F2 AE AF 0 1C 1C 5 167 48 52
Octal 362 256 257 0 34 34 5 547 110 122
Binary 11110010 10101110 10101111 0 11100 11100 101 101100111 1001000 1010010

Color Harmonies of #F2AEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AEAF

Black with #F2AEAF

Text Example


Text Example

White with #F2AEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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