#ffa6c0

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

Shades of Carnation Pink #FFA6C0

Tints of Carnation Pink #FFA6C0

Color information

#FFA6C0 (or 0xFFA6C0) is unknown color: approx Carnation Pink. HEX triplet: FF, A6 and C0. RGB value is (255,166,192). Sum of RGB (Red+Green+Blue) = 255+166+192=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6C0 is #00593F. Grayscale: #C3C3C3. Windows color (decimal): -22848 or 12625663. OLE color: 12625663.

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

Color convert

RGB255166192-
CMYK00.350.250
HSL342.47º100%82.55%-
HSV(B)342.47º34.9%100%-
XYZ64.3952.3456.58-
YUV195.58125.99170.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 166 (65.23% from 255) = 27.08%
BLUE value IS 192 (75.39% from 255) = 31.32%
R=41.60%
G=27.08%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516619200.350.250342.4710082.55
HexFFA6C00231901566453
Octal377246300043310526144123
Binary111111111010011011000000010001111001010101011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffa6c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffa6c0; }

 p { color: rgb(255,166,192); }

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

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

 a { background-color: rgb(255,166,192); }

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

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

 span { border-color: rgb(255,166,192); }

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