#FFA0C1

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

Shades of Carnation Pink #FFA0C1

Tints of Carnation Pink #FFA0C1

Color information

#FFA0C1 (or 0xFFA0C1) is unknown color: approx Carnation Pink. HEX triplet: FF, A0 and C1. RGB value is (255,160,193). Sum of RGB (Red+Green+Blue) = 255+160+193=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0C1 is #005F3E. Grayscale: #C0C0C0. Windows color (decimal): -24383 or 12689663. OLE color: 12689663.

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

Color convert

RGB255160193-
CMYK00.370.240
HSL339.16º100%81.37%-
HSV(B)339.16º37.25%100%-
XYZ63.4450.2556.81-
YUV192.17128.47172.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 160 (62.89% from 255) = 26.32%
BLUE value IS 193 (75.78% from 255) = 31.74%
R=41.94%
G=26.32%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516019300.370.240339.1610081.37
HexFFA0C10251801536451
Octal377240301045300523144121
Binary111111111010000011000001010010111000010101001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0C1; }

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

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

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

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

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

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

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

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