#FFA6C9

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

Shades of Carnation Pink #FFA6C9

Tints of Carnation Pink #FFA6C9

Color information

#FFA6C9 (or 0xFFA6C9) is unknown color: approx Carnation Pink. HEX triplet: FF, A6 and C9. RGB value is (255,166,201). Sum of RGB (Red+Green+Blue) = 255+166+201=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6C9 is #005936. Grayscale: #C4C4C4. Windows color (decimal): -22839 or 13215487. OLE color: 13215487.

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

Color convert

RGB255166201-
CMYK00.350.210
HSL336.4º100%82.55%-
HSV(B)336.4º34.9%100%-
XYZ65.4252.7561.99-
YUV196.6130.49169.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 166 (65.23% from 255) = 26.69%
BLUE value IS 201 (78.91% from 255) = 32.32%
R=41.00%
G=26.69%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516620100.350.210336.410082.55
HexFFA6C90231501506453
Octal377246311043250520144123
Binary111111111010011011001001010001110101010101000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6C9; }

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

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

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

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

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

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

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

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