#FFA1CD

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

Shades of Carnation Pink #FFA1CD

Tints of Carnation Pink #FFA1CD

Color information

#FFA1CD (or 0xFFA1CD) is unknown color: approx Carnation Pink. HEX triplet: FF, A1 and CD. RGB value is (255,161,205). Sum of RGB (Red+Green+Blue) = 255+161+205=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1CD is #005E32. Grayscale: #C2C2C2. Windows color (decimal): -24115 or 13476351. OLE color: 13476351.

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

Color convert

RGB255161205-
CMYK00.370.200
HSL331.91º100%81.57%-
HSV(B)331.91º36.86%100%-
XYZ6551.1664.21-
YUV194.12134.14171.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 161 (63.28% from 255) = 25.93%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=41.06%
G=25.93%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516120500.370.200331.9110081.57
HexFFA1CD02514014c6452
Octal377241315045240514144122
Binary111111111010000111001101010010110100010100110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1CD; }

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

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

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

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

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

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

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

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