#F6AAC9

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

Shades of Carnation Pink #F6AAC9

Tints of Carnation Pink #F6AAC9

Color information

#F6AAC9 (or 0xF6AAC9) is unknown color: approx Carnation Pink. HEX triplet: F6, AA and C9. RGB value is (246,170,201). Sum of RGB (Red+Green+Blue) = 246+170+201=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AAC9 is #095536. Grayscale: #C4C4C4. Windows color (decimal): -611639 or 13216502. OLE color: 13216502.

HSL color Cylindrical-coordinate representation of color #F6AAC9: hue angle of 335.53º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6AAC9 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB246170201-
CMYK00.310.180.04
HSL335.53º80.85%81.57%-
HSV(B)335.53º30.89%96.47%-
XYZ62.9252.5662.09-
YUV196.26130.68163.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.87%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 201 (78.91% from 255) = 32.58%
R=39.87%
G=27.55%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617020100.310.180.04335.5380.8581.57
HexF6AAC901F1241505152
Octal366252311037224520121122
Binary1111011010101010110010010111111001010010101000010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AAC9; }

 p { color: rgb(246,170,201); }

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

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

 a { background-color: rgb(246,170,201); }

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

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

 span { border-color: rgb(246,170,201); }

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