#F2AEB0

Color #F2AEB0 Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #F2AEB0

Tints of Pale Chestnut #F2AEB0

Color information

#F2AEB0 (or 0xF2AEB0) is unknown color: approx Pale Chestnut. HEX triplet: F2, AE and B0. RGB value is (242,174,176). Sum of RGB (Red+Green+Blue) = 242+174+176=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AEB0 is #0D514F. Grayscale: #C2C2C2. Windows color (decimal): -872784 or 11579122. OLE color: 11579122.

HSL color Cylindrical-coordinate representation of color #F2AEB0: hue angle of 358.24º 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 #F2AEB0 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB242174176-
CMYK00.280.270.05
HSL358.24º72.34%81.57%-
HSV(B)358.24º28.1%94.9%-
XYZ59.5952.2848.03-
YUV194.56117.53161.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 176 (69.14% from 255) = 29.73%
R=40.88%
G=29.39%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217417600.280.270.05358.2472.3481.57
HexF2AEB001C1B51664852
Octal362256260034335546110122
Binary1111001010101110101100000111001101110110110011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEB0; }

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

 H1.HeaderClassName
 {
   color: #F2AEB0;
 }
 .AnyTagClassName
 {
   color: #F2AEB0;
 }
</style>
background-color css

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

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

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

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

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

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