#FFAAC7

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

Shades of Carnation Pink #FFAAC7

Tints of Carnation Pink #FFAAC7

Color information

#FFAAC7 (or 0xFFAAC7) is unknown color: approx Carnation Pink. HEX triplet: FF, AA and C7. RGB value is (255,170,199). Sum of RGB (Red+Green+Blue) = 255+170+199=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAC7 is #005538. Grayscale: #C6C6C6. Windows color (decimal): -21817 or 13085439. OLE color: 13085439.

HSL color Cylindrical-coordinate representation of color #FFAAC7: hue angle of 339.53º 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 #FFAAC7 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255170199-
CMYK00.330.220
HSL339.53º100%83.33%-
HSV(B)339.53º33.33%100%-
XYZ65.9254.1361.01-
YUV198.72128.16168.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 170 (66.80% from 255) = 27.24%
BLUE value IS 199 (78.12% from 255) = 31.89%
R=40.87%
G=27.24%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517019900.330.220339.5310083.33
HexFFAAC70211601546453
Octal377252307041260524144123
Binary111111111010101011000111010000110110010101010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAC7; }

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

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

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

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

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

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

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

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