#FFA6C8

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

Shades of Carnation Pink #FFA6C8

Tints of Carnation Pink #FFA6C8

Color information

#FFA6C8 (or 0xFFA6C8) is unknown color: approx Carnation Pink. HEX triplet: FF, A6 and C8. RGB value is (255,166,200). Sum of RGB (Red+Green+Blue) = 255+166+200=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6C8 is #005937. Grayscale: #C4C4C4. Windows color (decimal): -22840 or 13149951. OLE color: 13149951.

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

Color convert

RGB255166200-
CMYK00.350.220
HSL337.08º100%82.55%-
HSV(B)337.08º34.9%100%-
XYZ65.352.761.37-
YUV196.49129.99169.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 166 (65.23% from 255) = 26.73%
BLUE value IS 200 (78.52% from 255) = 32.21%
R=41.06%
G=26.73%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516620000.350.220337.0810082.55
HexFFA6C80231601516453
Octal377246310043260521144123
Binary111111111010011011001000010001110110010101000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6C8; }

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

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

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

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

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

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

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

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