#FFAAC6

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

Shades of Carnation Pink #FFAAC6

Tints of Carnation Pink #FFAAC6

Color information

#FFAAC6 (or 0xFFAAC6) is unknown color: approx Carnation Pink. HEX triplet: FF, AA and C6. RGB value is (255,170,198). Sum of RGB (Red+Green+Blue) = 255+170+198=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAC6 is #005539. Grayscale: #C6C6C6. Windows color (decimal): -21818 or 13019903. OLE color: 13019903.

HSL color Cylindrical-coordinate representation of color #FFAAC6: hue angle of 340.24º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAAC6 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255170198-
CMYK00.330.220
HSL340.24º100%83.33%-
HSV(B)340.24º33.33%100%-
XYZ65.8154.0960.4-
YUV198.61127.66168.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 170 (66.80% from 255) = 27.29%
BLUE value IS 198 (77.73% from 255) = 31.78%
R=40.93%
G=27.29%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517019800.330.220340.2410083.33
HexFFAAC60211601546453
Octal377252306041260524144123
Binary111111111010101011000110010000110110010101010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAC6; }

 p { color: rgb(255,170,198); }

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

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

 a { background-color: rgb(255,170,198); }

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

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

 span { border-color: rgb(255,170,198); }

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