#FFAACC

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

Shades of Carnation Pink #FFAACC

Tints of Carnation Pink #FFAACC

Color information

#FFAACC (or 0xFFAACC) is unknown color: approx Carnation Pink. HEX triplet: FF, AA and CC. RGB value is (255,170,204). Sum of RGB (Red+Green+Blue) = 255+170+204=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAACC is #005533. Grayscale: #C7C7C7. Windows color (decimal): -21812 or 13413119. OLE color: 13413119.

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

Color convert

RGB255170204-
CMYK00.330.20
HSL336º100%83.33%-
HSV(B)336º33.33%100%-
XYZ66.5154.3764.12-
YUV199.29130.66167.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 170 (66.80% from 255) = 27.03%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=40.54%
G=27.03%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517020400.330.2033610083.33
HexFFAACC0211401506453
Octal377252314041240520144123
Binary111111111010101011001100010000110100010101000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAACC; }

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

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

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

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

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

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

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

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