#FFA6CA

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

Shades of Carnation Pink #FFA6CA

Tints of Carnation Pink #FFA6CA

Color information

#FFA6CA (or 0xFFA6CA) is unknown color: approx Carnation Pink. HEX triplet: FF, A6 and CA. RGB value is (255,166,202). Sum of RGB (Red+Green+Blue) = 255+166+202=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6CA is #005935. Grayscale: #C4C4C4. Windows color (decimal): -22838 or 13281023. OLE color: 13281023.

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

Color convert

RGB255166202-
CMYK00.350.210
HSL335.73º100%82.55%-
HSV(B)335.73º34.9%100%-
XYZ65.5452.862.61-
YUV196.71130.99169.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 166 (65.23% from 255) = 26.65%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=40.93%
G=26.65%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516620200.350.210335.7310082.55
HexFFA6CA0231501506453
Octal377246312043250520144123
Binary111111111010011011001010010001110101010101000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6CA; }

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

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

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

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

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

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

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

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