#FFAAC2

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

Shades of Carnation Pink #FFAAC2

Tints of Carnation Pink #FFAAC2

Color information

#FFAAC2 (or 0xFFAAC2) is unknown color: approx Carnation Pink. HEX triplet: FF, AA and C2. RGB value is (255,170,194). Sum of RGB (Red+Green+Blue) = 255+170+194=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAC2 is #00553D. Grayscale: #C6C6C6. Windows color (decimal): -21822 or 12757759. OLE color: 12757759.

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

Color convert

RGB255170194-
CMYK00.330.240
HSL343.06º100%83.33%-
HSV(B)343.06º33.33%100%-
XYZ65.3553.958-
YUV198.15125.66168.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 194 (76.17% from 255) = 31.34%
R=41.20%
G=27.46%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517019400.330.240343.0610083.33
HexFFAAC20211801576453
Octal377252302041300527144123
Binary111111111010101011000010010000111000010101011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAC2; }

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

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

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

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

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

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

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

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