#FFA0C3

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

Shades of Carnation Pink #FFA0C3

Tints of Carnation Pink #FFA0C3

Color information

#FFA0C3 (or 0xFFA0C3) is unknown color: approx Carnation Pink. HEX triplet: FF, A0 and C3. RGB value is (255,160,195). Sum of RGB (Red+Green+Blue) = 255+160+195=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0C3 is #005F3C. Grayscale: #C0C0C0. Windows color (decimal): -24381 or 12820735. OLE color: 12820735.

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

Color convert

RGB255160195-
CMYK00.370.240
HSL337.89º100%81.37%-
HSV(B)337.89º37.25%100%-
XYZ63.6650.3457.99-
YUV192.39129.47172.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 160 (62.89% from 255) = 26.23%
BLUE value IS 195 (76.56% from 255) = 31.97%
R=41.80%
G=26.23%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516019500.370.240337.8910081.37
HexFFA0C30251801526451
Octal377240303045300522144121
Binary111111111010000011000011010010111000010101001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0C3; }

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

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

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

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

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

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

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

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