#FFAAC3

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

Shades of Carnation Pink #FFAAC3

Tints of Carnation Pink #FFAAC3

Color information

#FFAAC3 (or 0xFFAAC3) is unknown color: approx Carnation Pink. HEX triplet: FF, AA and C3. RGB value is (255,170,195). Sum of RGB (Red+Green+Blue) = 255+170+195=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAC3 is #00553C. Grayscale: #C6C6C6. Windows color (decimal): -21821 or 12823295. OLE color: 12823295.

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

Color convert

RGB255170195-
CMYK00.330.240
HSL342.35º100%83.33%-
HSV(B)342.35º33.33%100%-
XYZ65.4753.9558.59-
YUV198.26126.16168.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 195 (76.56% from 255) = 31.45%
R=41.13%
G=27.42%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517019500.330.240342.3510083.33
HexFFAAC30211801566453
Octal377252303041300526144123
Binary111111111010101011000011010000111000010101011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAC3; }

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

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

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

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

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

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

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

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