#F7AAC8

Color #F7AAC8 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #F7AAC8

Tints of Carnation Pink #F7AAC8

Color information

#F7AAC8 (or 0xF7AAC8) is unknown color: approx Carnation Pink. HEX triplet: F7, AA and C8. RGB value is (247,170,200). Sum of RGB (Red+Green+Blue) = 247+170+200=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAC8 is #085537. Grayscale: #C4C4C4. Windows color (decimal): -546104 or 13150967. OLE color: 13150967.

HSL color Cylindrical-coordinate representation of color #F7AAC8: hue angle of 336.62º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7AAC8 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB247170200-
CMYK00.310.190.03
HSL336.62º82.8%81.76%-
HSV(B)336.62º31.17%96.86%-
XYZ63.1652.6961.49-
YUV196.44130.01164.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.03%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 200 (78.52% from 255) = 32.41%
R=40.03%
G=27.55%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717020000.310.190.03336.6282.881.76
HexF7AAC801F1331515352
Octal367252310037233521123122
Binary111101111010101011001000011111100111110101000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAC8; }

 p { color: rgb(247,170,200); }

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

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

 a { background-color: rgb(247,170,200); }

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

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

 span { border-color: rgb(247,170,200); }

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