#FFA1C2

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

Shades of Carnation Pink #FFA1C2

Tints of Carnation Pink #FFA1C2

Color information

#FFA1C2 (or 0xFFA1C2) is unknown color: approx Carnation Pink. HEX triplet: FF, A1 and C2. RGB value is (255,161,194). Sum of RGB (Red+Green+Blue) = 255+161+194=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1C2 is #005E3D. Grayscale: #C0C0C0. Windows color (decimal): -24126 or 12755455. OLE color: 12755455.

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

Color convert

RGB255161194-
CMYK00.370.240
HSL338.94º100%81.57%-
HSV(B)338.94º36.86%100%-
XYZ63.7250.6457.46-
YUV192.87128.64172.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 161 (63.28% from 255) = 26.39%
BLUE value IS 194 (76.17% from 255) = 31.80%
R=41.80%
G=26.39%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516119400.370.240338.9410081.57
HexFFA1C20251801536452
Octal377241302045300523144122
Binary111111111010000111000010010010111000010101001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1C2; }

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

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

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

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

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

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

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

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