#FFA1C9

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

Shades of Carnation Pink #FFA1C9

Tints of Carnation Pink #FFA1C9

Color information

#FFA1C9 (or 0xFFA1C9) is unknown color: approx Carnation Pink. HEX triplet: FF, A1 and C9. RGB value is (255,161,201). Sum of RGB (Red+Green+Blue) = 255+161+201=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1C9 is #005E36. Grayscale: #C1C1C1. Windows color (decimal): -24119 or 13214207. OLE color: 13214207.

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

Color convert

RGB255161201-
CMYK00.370.210
HSL334.47º100%81.57%-
HSV(B)334.47º36.86%100%-
XYZ64.5350.9761.69-
YUV193.67132.14171.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 161 (63.28% from 255) = 26.09%
BLUE value IS 201 (78.91% from 255) = 32.58%
R=41.33%
G=26.09%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516120100.370.210334.4710081.57
HexFFA1C902515014e6452
Octal377241311045250516144122
Binary111111111010000111001001010010110101010100111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1C9; }

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

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

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

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

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

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

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

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