#FFA6C4

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

Shades of Carnation Pink #FFA6C4

Tints of Carnation Pink #FFA6C4

Color information

#FFA6C4 (or 0xFFA6C4) is unknown color: approx Carnation Pink. HEX triplet: FF, A6 and C4. RGB value is (255,166,196). Sum of RGB (Red+Green+Blue) = 255+166+196=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6C4 is #00593B. Grayscale: #C4C4C4. Windows color (decimal): -22844 or 12887807. OLE color: 12887807.

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

Color convert

RGB255166196-
CMYK00.350.230
HSL339.78º100%82.55%-
HSV(B)339.78º34.9%100%-
XYZ64.8452.5258.94-
YUV196.03127.99170.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 166 (65.23% from 255) = 26.90%
BLUE value IS 196 (76.95% from 255) = 31.77%
R=41.33%
G=26.90%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516619600.350.230339.7810082.55
HexFFA6C40231701546453
Octal377246304043270524144123
Binary111111111010011011000100010001110111010101010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6C4; }

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

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

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

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

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

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

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

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