#FFA1C5

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

Shades of Carnation Pink #FFA1C5

Tints of Carnation Pink #FFA1C5

Color information

#FFA1C5 (or 0xFFA1C5) is unknown color: approx Carnation Pink. HEX triplet: FF, A1 and C5. RGB value is (255,161,197). Sum of RGB (Red+Green+Blue) = 255+161+197=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1C5 is #005E3A. Grayscale: #C1C1C1. Windows color (decimal): -24123 or 12952063. OLE color: 12952063.

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

Color convert

RGB255161197-
CMYK00.370.230
HSL337.02º100%81.57%-
HSV(B)337.02º36.86%100%-
XYZ64.0650.7859.25-
YUV193.21130.14172.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 161 (63.28% from 255) = 26.26%
BLUE value IS 197 (77.34% from 255) = 32.14%
R=41.60%
G=26.26%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516119700.370.230337.0210081.57
HexFFA1C50251701516452
Octal377241305045270521144122
Binary111111111010000111000101010010110111010101000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1C5; }

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

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

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

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

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

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

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

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