#FFA1CC

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

Shades of Carnation Pink #FFA1CC

Tints of Carnation Pink #FFA1CC

Color information

#FFA1CC (or 0xFFA1CC) is unknown color: approx Carnation Pink. HEX triplet: FF, A1 and CC. RGB value is (255,161,204). Sum of RGB (Red+Green+Blue) = 255+161+204=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1CC is #005E33. Grayscale: #C1C1C1. Windows color (decimal): -24116 or 13410815. OLE color: 13410815.

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

Color convert

RGB255161204-
CMYK00.370.20
HSL332.55º100%81.57%-
HSV(B)332.55º36.86%100%-
XYZ64.8851.1163.57-
YUV194.01133.64171.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 161 (63.28% from 255) = 25.97%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=41.13%
G=25.97%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516120400.370.20332.5510081.57
HexFFA1CC02514014d6452
Octal377241314045240515144122
Binary111111111010000111001100010010110100010100110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1CC; }

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

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

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

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

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

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

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

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