#FFA1C4

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

Shades of Carnation Pink #FFA1C4

Tints of Carnation Pink #FFA1C4

Color information

#FFA1C4 (or 0xFFA1C4) is unknown color: approx Carnation Pink. HEX triplet: FF, A1 and C4. RGB value is (255,161,196). Sum of RGB (Red+Green+Blue) = 255+161+196=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1C4 is #005E3B. Grayscale: #C1C1C1. Windows color (decimal): -24124 or 12886527. OLE color: 12886527.

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

Color convert

RGB255161196-
CMYK00.370.230
HSL337.66º100%81.57%-
HSV(B)337.66º36.86%100%-
XYZ63.9550.7458.65-
YUV193.1129.64172.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 161 (63.28% from 255) = 26.31%
BLUE value IS 196 (76.95% from 255) = 32.03%
R=41.67%
G=26.31%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516119600.370.230337.6610081.57
HexFFA1C40251701526452
Octal377241304045270522144122
Binary111111111010000111000100010010110111010101001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1C4; }

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

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

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

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

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

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

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

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