#FFA5C1

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

Shades of Carnation Pink #FFA5C1

Tints of Carnation Pink #FFA5C1

Color information

#FFA5C1 (or 0xFFA5C1) is unknown color: approx Carnation Pink. HEX triplet: FF, A5 and C1. RGB value is (255,165,193). Sum of RGB (Red+Green+Blue) = 255+165+193=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 165 (64.84% from 255 or 26.92% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5C1 is #005A3E. Grayscale: #C3C3C3. Windows color (decimal): -23103 or 12690943. OLE color: 12690943.

HSL color Cylindrical-coordinate representation of color #FFA5C1: hue angle of 341.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5C1 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255165193-
CMYK00.350.240
HSL341.33º100%82.35%-
HSV(B)341.33º35.29%100%-
XYZ64.3252.0257.1-
YUV195.1126.82170.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 165 (64.84% from 255) = 26.92%
BLUE value IS 193 (75.78% from 255) = 31.48%
R=41.60%
G=26.92%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516519300.350.240341.3310082.35
HexFFA5C10231801556452
Octal377245301043300525144122
Binary111111111010010111000001010001111000010101010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5C1; }

 p { color: rgb(255,165,193); }

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

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

 a { background-color: rgb(255,165,193); }

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

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

 span { border-color: rgb(255,165,193); }

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